Show / Hide Table of Contents

Class IdentityServerHostMigrationsDbContext

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

Constructors

IdentityServerHostMigrationsDbContext(DbContextOptions<IdentityServerHostMigrationsDbContext>)

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

Methods

OnModelCreating(ModelBuilder)

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