Show / Hide Table of Contents

Class AbpAuditingTestDbContext

Inheritance
object
AbpDbContext<AbpAuditingTestDbContext>
AbpAuditingTestDbContext
Implements
IAbpEfCoreDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
IAbpEfCoreDbFunctionContext
ITransientDependency
Inherited Members
AbpDbContext<AbpAuditingTestDbContext>.DbContextOptions
AbpDbContext<AbpAuditingTestDbContext>.OnConfiguring(DbContextOptionsBuilder)
AbpDbContext<AbpAuditingTestDbContext>.ConfigureConventions(ModelConfigurationBuilder)
AbpDbContext<AbpAuditingTestDbContext>.TrySetDatabaseProvider(ModelBuilder)
AbpDbContext<AbpAuditingTestDbContext>.GetDatabaseProviderOrNull(ModelBuilder)
AbpDbContext<AbpAuditingTestDbContext>.SaveChangesAsync(bool, CancellationToken)
AbpDbContext<AbpAuditingTestDbContext>.PublishEntityEvents(EntityEventReport)
AbpDbContext<AbpAuditingTestDbContext>.SaveChangesOnDbContextAsync(bool, CancellationToken)
AbpDbContext<AbpAuditingTestDbContext>.Initialize(AbpEfCoreDbContextInitializationContext)
AbpDbContext<AbpAuditingTestDbContext>.ChangeTracker_Tracked(object, EntityTrackedEventArgs)
AbpDbContext<AbpAuditingTestDbContext>.ChangeTracker_StateChanged(object, EntityStateChangedEventArgs)
AbpDbContext<AbpAuditingTestDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
AbpDbContext<AbpAuditingTestDbContext>.PublishEventsForTrackedEntity(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.HandlePropertiesBeforeSave()
AbpDbContext<AbpAuditingTestDbContext>.CreateEventReport()
AbpDbContext<AbpAuditingTestDbContext>.HandleExtraPropertiesOnSave(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.ApplyAbpConceptsForAddedEntity(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.ApplyAbpConceptsForModifiedEntity(EntityEntry, bool)
AbpDbContext<AbpAuditingTestDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.IsHardDeleted(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.UpdateConcurrencyStamp(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.SetConcurrencyStampIfNull(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.CheckAndSetId(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.TrySetGuidId(EntityEntry, IEntity<Guid>)
AbpDbContext<AbpAuditingTestDbContext>.SetCreationAuditProperties(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.SetModificationAuditProperties(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.SetDeletionAuditProperties(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.IncrementEntityVersionProperty(EntityEntry)
AbpDbContext<AbpAuditingTestDbContext>.ConfigureBaseProperties<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditingTestDbContext>.ConfigureGlobalFilters<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditingTestDbContext>.ConfigureValueConverter<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditingTestDbContext>.ConfigureValueGenerated<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<AbpAuditingTestDbContext>.ShouldFilterEntity<TEntity>(IMutableEntityType)
AbpDbContext<AbpAuditingTestDbContext>.CreateFilterExpression<TEntity>(ModelBuilder)
AbpDbContext<AbpAuditingTestDbContext>.UseDbFunction()
AbpDbContext<AbpAuditingTestDbContext>.GetCompiledQueryCacheKey()
AbpDbContext<AbpAuditingTestDbContext>.LazyServiceProvider
AbpDbContext<AbpAuditingTestDbContext>.CurrentTenantId
AbpDbContext<AbpAuditingTestDbContext>.IsMultiTenantFilterEnabled
AbpDbContext<AbpAuditingTestDbContext>.IsSoftDeleteFilterEnabled
AbpDbContext<AbpAuditingTestDbContext>.CurrentTenant
AbpDbContext<AbpAuditingTestDbContext>.GuidGenerator
AbpDbContext<AbpAuditingTestDbContext>.DataFilter
AbpDbContext<AbpAuditingTestDbContext>.EntityChangeEventHelper
AbpDbContext<AbpAuditingTestDbContext>.EntityChangeOptions
AbpDbContext<AbpAuditingTestDbContext>.AuditPropertySetter
AbpDbContext<AbpAuditingTestDbContext>.EntityHistoryHelper
AbpDbContext<AbpAuditingTestDbContext>.AuditingManager
AbpDbContext<AbpAuditingTestDbContext>.UnitOfWorkManager
AbpDbContext<AbpAuditingTestDbContext>.Clock
AbpDbContext<AbpAuditingTestDbContext>.DistributedEventBus
AbpDbContext<AbpAuditingTestDbContext>.LocalEventBus
AbpDbContext<AbpAuditingTestDbContext>.Logger
AbpDbContext<AbpAuditingTestDbContext>.AbpEfCoreNavigationHelper
AbpDbContext<AbpAuditingTestDbContext>.Options
AbpDbContext<AbpAuditingTestDbContext>.GlobalFilterOptions
Namespace: Volo.Abp.Auditing.App.EntityFrameworkCore
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
Type Name Description
DbContextOptions<AbpAuditingTestDbContext> options

Properties

AppEntityWithAudited

Declaration
public DbSet<AppEntityWithAudited> AppEntityWithAudited { get; set; }
Property Value
Type Description
DbSet<AppEntityWithAudited>

AppEntityWithAuditedAndHasCustomAuditingProperties

Declaration
public DbSet<AppEntityWithAuditedAndHasCustomAuditingProperties> AppEntityWithAuditedAndHasCustomAuditingProperties { get; set; }
Property Value
Type Description
DbSet<AppEntityWithAuditedAndHasCustomAuditingProperties>

AppEntityWithAuditedAndPropertyHasDisableAuditing

Declaration
public DbSet<AppEntityWithAuditedAndPropertyHasDisableAuditing> AppEntityWithAuditedAndPropertyHasDisableAuditing { get; set; }
Property Value
Type Description
DbSet<AppEntityWithAuditedAndPropertyHasDisableAuditing>

AppEntityWithDisableAuditing

Declaration
public DbSet<AppEntityWithDisableAuditing> AppEntityWithDisableAuditing { get; set; }
Property Value
Type Description
DbSet<AppEntityWithDisableAuditing>

AppEntityWithDisableAuditingAndPropertyHasAudited

Declaration
public DbSet<AppEntityWithDisableAuditingAndPropertyHasAudited> AppEntityWithDisableAuditingAndPropertyHasAudited { get; set; }
Property Value
Type Description
DbSet<AppEntityWithDisableAuditingAndPropertyHasAudited>

AppEntityWithNavigations

Declaration
public DbSet<AppEntityWithNavigations> AppEntityWithNavigations { get; set; }
Property Value
Type Description
DbSet<AppEntityWithNavigations>

AppEntityWithPropertyHasAudited

Declaration
public DbSet<AppEntityWithPropertyHasAudited> AppEntityWithPropertyHasAudited { get; set; }
Property Value
Type Description
DbSet<AppEntityWithPropertyHasAudited>

AppEntityWithSelector

Declaration
public DbSet<AppEntityWithSelector> AppEntityWithSelector { get; set; }
Property Value
Type Description
DbSet<AppEntityWithSelector>

AppEntityWithSoftDelete

Declaration
public DbSet<AppEntityWithSoftDelete> AppEntityWithSoftDelete { get; set; }
Property Value
Type Description
DbSet<AppEntityWithSoftDelete>

AppEntityWithValueObject

Declaration
public DbSet<AppEntityWithValueObject> AppEntityWithValueObject { get; set; }
Property Value
Type Description
DbSet<AppEntityWithValueObject>

AppFullAuditedEntityWithAudited

Declaration
public DbSet<AppFullAuditedEntityWithAudited> AppFullAuditedEntityWithAudited { get; set; }
Property Value
Type Description
DbSet<AppFullAuditedEntityWithAudited>

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

IAbpEfCoreDbContext
IEfCoreDbContext
IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
IAsyncDisposable
IAbpEfCoreDbFunctionContext
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform