Show / Hide Table of Contents

Class FifthDbContext

Inheritance
object
AbpDbContext<FifthDbContext>
FifthDbContext
Implements
IAbpEfCoreDbContext
IAbpEfCoreDbFunctionContext
ITransientDependency
IFifthDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
Inherited Members
AbpDbContext<FifthDbContext>.DbContextOptions
AbpDbContext<FifthDbContext>.OnConfiguring(DbContextOptionsBuilder)
AbpDbContext<FifthDbContext>.OnModelCreating(ModelBuilder)
AbpDbContext<FifthDbContext>.ConfigureConventions(ModelConfigurationBuilder)
AbpDbContext<FifthDbContext>.TrySetDatabaseProvider(ModelBuilder)
AbpDbContext<FifthDbContext>.GetDatabaseProviderOrNull(ModelBuilder)
AbpDbContext<FifthDbContext>.SaveChangesAsync(bool, CancellationToken)
AbpDbContext<FifthDbContext>.PublishEntityEvents(EntityEventReport)
AbpDbContext<FifthDbContext>.SaveChangesOnDbContextAsync(bool, CancellationToken)
AbpDbContext<FifthDbContext>.Initialize(AbpEfCoreDbContextInitializationContext)
AbpDbContext<FifthDbContext>.ChangeTracker_Tracked(object, EntityTrackedEventArgs)
AbpDbContext<FifthDbContext>.ChangeTracker_StateChanged(object, EntityStateChangedEventArgs)
AbpDbContext<FifthDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
AbpDbContext<FifthDbContext>.PublishEventsForTrackedEntity(EntityEntry)
AbpDbContext<FifthDbContext>.HandlePropertiesBeforeSave()
AbpDbContext<FifthDbContext>.CreateEventReport()
AbpDbContext<FifthDbContext>.HandleExtraPropertiesOnSave(EntityEntry)
AbpDbContext<FifthDbContext>.ApplyAbpConceptsForAddedEntity(EntityEntry)
AbpDbContext<FifthDbContext>.ApplyAbpConceptsForModifiedEntity(EntityEntry, bool)
AbpDbContext<FifthDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry)
AbpDbContext<FifthDbContext>.IsHardDeleted(EntityEntry)
AbpDbContext<FifthDbContext>.UpdateConcurrencyStamp(EntityEntry)
AbpDbContext<FifthDbContext>.SetConcurrencyStampIfNull(EntityEntry)
AbpDbContext<FifthDbContext>.CheckAndSetId(EntityEntry)
AbpDbContext<FifthDbContext>.TrySetGuidId(EntityEntry, IEntity<Guid>)
AbpDbContext<FifthDbContext>.SetCreationAuditProperties(EntityEntry)
AbpDbContext<FifthDbContext>.SetModificationAuditProperties(EntityEntry)
AbpDbContext<FifthDbContext>.SetDeletionAuditProperties(EntityEntry)
AbpDbContext<FifthDbContext>.IncrementEntityVersionProperty(EntityEntry)
AbpDbContext<FifthDbContext>.ConfigureBaseProperties<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FifthDbContext>.ConfigureGlobalFilters<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FifthDbContext>.ConfigureValueConverter<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FifthDbContext>.ConfigureValueGenerated<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FifthDbContext>.ShouldFilterEntity<TEntity>(IMutableEntityType)
AbpDbContext<FifthDbContext>.CreateFilterExpression<TEntity>(ModelBuilder)
AbpDbContext<FifthDbContext>.UseDbFunction()
AbpDbContext<FifthDbContext>.GetCompiledQueryCacheKey()
AbpDbContext<FifthDbContext>.LazyServiceProvider
AbpDbContext<FifthDbContext>.CurrentTenantId
AbpDbContext<FifthDbContext>.IsMultiTenantFilterEnabled
AbpDbContext<FifthDbContext>.IsSoftDeleteFilterEnabled
AbpDbContext<FifthDbContext>.CurrentTenant
AbpDbContext<FifthDbContext>.GuidGenerator
AbpDbContext<FifthDbContext>.DataFilter
AbpDbContext<FifthDbContext>.EntityChangeEventHelper
AbpDbContext<FifthDbContext>.EntityChangeOptions
AbpDbContext<FifthDbContext>.AuditPropertySetter
AbpDbContext<FifthDbContext>.EntityHistoryHelper
AbpDbContext<FifthDbContext>.AuditingManager
AbpDbContext<FifthDbContext>.UnitOfWorkManager
AbpDbContext<FifthDbContext>.Clock
AbpDbContext<FifthDbContext>.DistributedEventBus
AbpDbContext<FifthDbContext>.LocalEventBus
AbpDbContext<FifthDbContext>.Logger
AbpDbContext<FifthDbContext>.AbpEfCoreNavigationHelper
AbpDbContext<FifthDbContext>.Options
AbpDbContext<FifthDbContext>.GlobalFilterOptions
Namespace: Volo.Abp.EntityFrameworkCore.TestApp.FifthContext
Assembly: Volo.Abp.EntityFrameworkCore.Tests.SecondContext.dll
Syntax
public class FifthDbContext : AbpDbContext<FifthDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IFifthDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Constructors

FifthDbContext(DbContextOptions<FifthDbContext>)

Declaration
public FifthDbContext(DbContextOptions<FifthDbContext> options)
Parameters
Type Name Description
DbContextOptions<FifthDbContext> options

Properties

FifthDbContextDummyEntity

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

FifthDbContextMultiTenantDummyEntity

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

Implements

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

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