Show / Hide Table of Contents

Class PaymentDbContext

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

Constructors

PaymentDbContext(DbContextOptions<PaymentDbContext>)

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

Properties

GatewayPlans

Declaration
public DbSet<GatewayPlan> GatewayPlans { get; set; }
Property Value
Type Description
DbSet<GatewayPlan>

PaymentRequests

Declaration
public DbSet<PaymentRequest> PaymentRequests { get; set; }
Property Value
Type Description
DbSet<PaymentRequest>

Plans

Declaration
public DbSet<Plan> Plans { get; set; }
Property Value
Type Description
DbSet<Plan>

Methods

OnModelCreating(ModelBuilder)

Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type Name Description
ModelBuilder builder
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Payment.EntityFrameworkCore.PaymentDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)

Implements

IAbpEfCoreDbContext
IAbpEfCoreDbFunctionContext
ITransientDependency
IPaymentDbContext
IEfCoreDbContext
IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
IAsyncDisposable

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