Show / Hide Table of Contents

Class OpenIddictHostMigrationsDbContext

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

Constructors

OpenIddictHostMigrationsDbContext(DbContextOptions<OpenIddictHostMigrationsDbContext>)

Declaration
public OpenIddictHostMigrationsDbContext(DbContextOptions<OpenIddictHostMigrationsDbContext> options)
Parameters
Type Name Description
DbContextOptions<OpenIddictHostMigrationsDbContext> 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.OpenIddictHostMigrationsDbContext>.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