Show / Hide Table of Contents

Class DemoWithPaymentDbContext

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

Constructors

DemoWithPaymentDbContext(DbContextOptions<DemoWithPaymentDbContext>)

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

Methods

OnModelCreating(ModelBuilder)

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