Class AbpAuditingTestDbContext
Implements
System.IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<><System.IServiceProvider>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
System.IAsyncDisposable
Inherited Members
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, ITransientDependency
Constructors
AbpAuditingTestDbContext(DbContextOptions<AbpAuditingTestDbContext>)
Declaration
public AbpAuditingTestDbContext(DbContextOptions<AbpAuditingTestDbContext> options)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.EntityFrameworkCore.DbContextOptions<><AbpAuditingTestDbContext> | options |
Properties
AppEntityWithAudited
Declaration
public DbSet<AppEntityWithAudited> AppEntityWithAudited { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithAudited> |
AppEntityWithAuditedAndHasCustomAuditingProperties
Declaration
public DbSet<AppEntityWithAuditedAndHasCustomAuditingProperties> AppEntityWithAuditedAndHasCustomAuditingProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithAuditedAndHasCustomAuditingProperties> |
AppEntityWithAuditedAndPropertyHasDisableAuditing
Declaration
public DbSet<AppEntityWithAuditedAndPropertyHasDisableAuditing> AppEntityWithAuditedAndPropertyHasDisableAuditing { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithAuditedAndPropertyHasDisableAuditing> |
AppEntityWithDisableAuditing
Declaration
public DbSet<AppEntityWithDisableAuditing> AppEntityWithDisableAuditing { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithDisableAuditing> |
AppEntityWithDisableAuditingAndPropertyHasAudited
Declaration
public DbSet<AppEntityWithDisableAuditingAndPropertyHasAudited> AppEntityWithDisableAuditingAndPropertyHasAudited { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithDisableAuditingAndPropertyHasAudited> |
AppEntityWithPropertyHasAudited
Declaration
public DbSet<AppEntityWithPropertyHasAudited> AppEntityWithPropertyHasAudited { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithPropertyHasAudited> |
AppEntityWithSelector
Declaration
public DbSet<AppEntityWithSelector> AppEntityWithSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithSelector> |
AppEntityWithSoftDelete
Declaration
public DbSet<AppEntityWithSoftDelete> AppEntityWithSoftDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppEntityWithSoftDelete> |
AppFullAuditedEntityWithAudited
Declaration
public DbSet<AppFullAuditedEntityWithAudited> AppFullAuditedEntityWithAudited { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.EntityFrameworkCore.DbSet<><AppFullAuditedEntityWithAudited> |
Implements
System.IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
System.IAsyncDisposable