Show / Hide Table of Contents

Class PaymentDbContext

Inheritance
object
PaymentDbContext
Implements
IPaymentDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
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

IPaymentDbContext
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext
IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
IAsyncDisposable
In this article
Back to top Powered by Volosoft