Show / Hide Table of Contents

Class AbpAuditLoggingDbContext

Inheritance
System.Object
AbpDbContext<AbpAuditLoggingDbContext>
AbpAuditLoggingDbContext
Implements
IAbpEfCoreDbContext
ITransientDependency
IAuditLoggingDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
Inherited Members
AbpDbContext<AbpAuditLoggingDbContext>.CurrentTenantId
AbpDbContext<AbpAuditLoggingDbContext>.IsMultiTenantFilterEnabled
AbpDbContext<AbpAuditLoggingDbContext>.IsSoftDeleteFilterEnabled
AbpDbContext<AbpAuditLoggingDbContext>.CurrentTenant
AbpDbContext<AbpAuditLoggingDbContext>.GuidGenerator
AbpDbContext<AbpAuditLoggingDbContext>.DataFilter
AbpDbContext<AbpAuditLoggingDbContext>.EntityChangeEventHelper
AbpDbContext<AbpAuditLoggingDbContext>.AuditPropertySetter
AbpDbContext<AbpAuditLoggingDbContext>.EntityHistoryHelper
AbpDbContext<AbpAuditLoggingDbContext>.AuditingManager
AbpDbContext<AbpAuditLoggingDbContext>.UnitOfWorkManager
AbpDbContext<AbpAuditLoggingDbContext>.Clock
AbpDbContext<AbpAuditLoggingDbContext>.Logger
AbpDbContext<AbpAuditLoggingDbContext>.TrySetDatabaseProvider(ModelBuilder)
AbpDbContext<AbpAuditLoggingDbContext>.GetDatabaseProviderOrNull(ModelBuilder)
AbpDbContext<AbpAuditLoggingDbContext>.SaveChangesAsync(Boolean, CancellationToken)
AbpDbContext<AbpAuditLoggingDbContext>.SaveChangesOnDbContextAsync(Boolean, CancellationToken)
AbpDbContext<AbpAuditLoggingDbContext>.Initialize(AbpEfCoreDbContextInitializationContext)
AbpDbContext<AbpAuditLoggingDbContext>.ChangeTracker_Tracked(Object, EntityTrackedEventArgs)
AbpDbContext<AbpAuditLoggingDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
AbpDbContext<AbpAuditLoggingDbContext>.ApplyAbpConcepts()
AbpDbContext<AbpAuditLoggingDbContext>.ApplyAbpConcepts(EntityEntry, EntityChangeReport)
AbpDbContext<AbpAuditLoggingDbContext>.HandleExtraPropertiesOnSave(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.ApplyAbpConceptsForAddedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<AbpAuditLoggingDbContext>.ApplyAbpConceptsForModifiedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<AbpAuditLoggingDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<AbpAuditLoggingDbContext>.IsHardDeleted(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.AddDomainEvents(EntityChangeReport, Object)
AbpDbContext<AbpAuditLoggingDbContext>.UpdateConcurrencyStamp(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.SetConcurrencyStampIfNull(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.TryCancelDeletionForSoftDelete(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.CheckAndSetId(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.TrySetGuidId(EntityEntry, IEntity<Guid>)
AbpDbContext<AbpAuditLoggingDbContext>.SetCreationAuditProperties(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.SetModificationAuditProperties(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.SetDeletionAuditProperties(EntityEntry)
AbpDbContext<AbpAuditLoggingDbContext>.ConfigureBaseProperties<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditLoggingDbContext>.ConfigureGlobalFilters<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditLoggingDbContext>.ConfigureValueConverter<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditLoggingDbContext>.ConfigureValueGenerated<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditLoggingDbContext>.ShouldFilterEntity<TEntity>(IMutableEntityType)
AbpDbContext<AbpAuditLoggingDbContext>.CreateFilterExpression<TEntity>()
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

IAbpEfCoreDbContext
ITransientDependency
IAuditLoggingDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<>
IDbContextDependencies
IDbSetCache
IDbContextPoolable

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft