Show / Hide Table of Contents

Class UnifiedDbContext

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

Constructors

UnifiedDbContext(DbContextOptions<UnifiedDbContext>)

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

Methods

OnModelCreating(ModelBuilder)

Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type Name Description
ModelBuilder modelBuilder
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.OpenIddict.Pro.EntityFrameworkCore.UnifiedDbContext>.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