Show / Hide Table of Contents

Class IndexModel

Inheritance
object
PaymentPageModel
IndexModel
Namespace: Volo.Payment.Admin.Web.Pages.Payment.Plans.GatewayPlans
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class IndexModel : PaymentPageModel

Constructors

IndexModel(IPlanAdminAppService)

Declaration
public IndexModel(IPlanAdminAppService planAdminAppService)
Parameters
Type Name Description
IPlanAdminAppService planAdminAppService

Properties

Id

Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
Type Description
Guid

Plan

Declaration
public PlanDto Plan { get; set; }
Property Value
Type Description
PlanDto

PlanAdminAppService

Declaration
protected IPlanAdminAppService PlanAdminAppService { get; }
Property Value
Type Description
IPlanAdminAppService

Methods

OnGetAsync()

Declaration
public Task OnGetAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft