Show / Hide Table of Contents

Class LeptonThemeDemoHttpApiHostMigrationsDbContext

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

Constructors

LeptonThemeDemoHttpApiHostMigrationsDbContext(DbContextOptions<LeptonThemeDemoHttpApiHostMigrationsDbContext>)

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

Methods

OnModelCreating(ModelBuilder)

Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type Name Description
ModelBuilder modelBuilder
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.LeptonTheme.HttpApi.Host.EntityFrameworkCore.LeptonThemeDemoHttpApiHostMigrationsDbContext>.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