Show / Hide Table of Contents

Interface IPaymentDbContext

Inherited Members
IDisposable.Dispose()
IAsyncDisposable.DisposeAsync()
Namespace: Volo.Payment.EntityFrameworkCore
Assembly: Volo.Payment.EntityFrameworkCore.dll
Syntax
public interface IPaymentDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Properties

GatewayPlans

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

PaymentRequests

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

Plans

Declaration
DbSet<Plan> Plans { get; }
Property Value
Type Description
DbSet<Plan>
In this article
Back to top Powered by Volosoft