Show / Hide Table of Contents

Class DemoAppLeptonXDbContext

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

Constructors

DemoAppLeptonXDbContext(DbContextOptions<DemoAppLeptonXDbContext>)

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

Methods

OnModelCreating(ModelBuilder)

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