Class AbpAuditLoggingDbContext
Implements
ITransientDependency
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
Inherited Members
AbpDbContext<AbpAuditLoggingDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.AuditLogging.EntityFrameworkCore.AbpAuditLoggingDbContext>.CombineExpressions<T>(Expression<>, Expression<>)
Namespace: Volo.Abp.AuditLogging.EntityFrameworkCore
Assembly: Volo.Abp.AuditLogging.EntityFrameworkCore.dll
Syntax
public class AbpAuditLoggingDbContext : AbpDbContext<AbpAuditLoggingDbContext>, IAbpEfCoreDbContext, ITransientDependency, IAuditLoggingDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable
Constructors
AbpAuditLoggingDbContext(DbContextOptions<AbpAuditLoggingDbContext>)
Declaration
public AbpAuditLoggingDbContext(DbContextOptions<AbpAuditLoggingDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<AbpAuditLoggingDbContext> | options |
Properties
AuditLogs
Declaration
public DbSet<AuditLog> AuditLogs { get; set; }
Property Value
Type | Description |
---|---|
DbSet<AuditLog> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Implements
ITransientDependency
IDisposable
IInfrastructure<>
IDbContextDependencies
IDbSetCache
IDbContextPoolable