Class IndexModel
Inherited Members
Namespace: Volo.Payment.Admin.Web.Pages.Payment.Plans.GatewayPlans
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class IndexModel : PaymentPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
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 virtual Task OnGetAsync()
Returns
Type | Description |
---|---|
Task |