Class PaymentDbContext
Implements
IEfCoreDbContext
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Namespace: Volo.Payment.EntityFrameworkCore
Assembly: Volo.Payment.EntityFrameworkCore.dll
Syntax
public class PaymentDbContext : AbpDbContext<PaymentDbContext>, 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 |
Implements
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService