Class AbpAuditingTestDbContext
Inheritance
AbpAuditingTestDbContext
Implements
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
public class AbpAuditingTestDbContext : AbpDbContext<AbpAuditingTestDbContext>, IAbpEfCoreDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable, IAbpEfCoreDbFunctionContext, ITransientDependency
Constructors
AbpAuditingTestDbContext(DbContextOptions<AbpAuditingTestDbContext>)
Declaration
public AbpAuditingTestDbContext(DbContextOptions<AbpAuditingTestDbContext> options)
Parameters
Properties
AppEntityWithAudited
Declaration
public DbSet<AppEntityWithAudited> AppEntityWithAudited { get; set; }
Property Value
AppEntityWithAuditedAndHasCustomAuditingProperties
Declaration
public DbSet<AppEntityWithAuditedAndHasCustomAuditingProperties> AppEntityWithAuditedAndHasCustomAuditingProperties { get; set; }
Property Value
AppEntityWithAuditedAndPropertyHasDisableAuditing
Declaration
public DbSet<AppEntityWithAuditedAndPropertyHasDisableAuditing> AppEntityWithAuditedAndPropertyHasDisableAuditing { get; set; }
Property Value
AppEntityWithDisableAuditing
Declaration
public DbSet<AppEntityWithDisableAuditing> AppEntityWithDisableAuditing { get; set; }
Property Value
AppEntityWithDisableAuditingAndPropertyHasAudited
Declaration
public DbSet<AppEntityWithDisableAuditingAndPropertyHasAudited> AppEntityWithDisableAuditingAndPropertyHasAudited { get; set; }
Property Value
AppEntityWithNavigations
Declaration
public DbSet<AppEntityWithNavigations> AppEntityWithNavigations { get; set; }
Property Value
AppEntityWithPropertyHasAudited
Declaration
public DbSet<AppEntityWithPropertyHasAudited> AppEntityWithPropertyHasAudited { get; set; }
Property Value
AppEntityWithSelector
Declaration
public DbSet<AppEntityWithSelector> AppEntityWithSelector { get; set; }
Property Value
AppEntityWithSoftDelete
Declaration
public DbSet<AppEntityWithSoftDelete> AppEntityWithSoftDelete { get; set; }
Property Value
AppEntityWithValueObject
Declaration
public DbSet<AppEntityWithValueObject> AppEntityWithValueObject { get; set; }
Property Value
AppFullAuditedEntityWithAudited
Declaration
public DbSet<AppFullAuditedEntityWithAudited> AppFullAuditedEntityWithAudited { get; set; }
Property Value
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type |
Name |
Description |
ModelBuilder |
modelBuilder |
|
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.Auditing.App.EntityFrameworkCore.AbpAuditingTestDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
Extension Methods