Show / Hide Table of Contents

Class FourthDbContext

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

Constructors

FourthDbContext(DbContextOptions<FourthDbContext>)

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

Properties

FourthDummyEntities

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

Implements

IAbpEfCoreDbContext
IAbpEfCoreDbFunctionContext
ITransientDependency
IFourthDbContext
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