Class PaymentDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
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
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService