Class CreateModalModel
Inherited Members
Namespace: Volo.Payment.Admin.Web.Pages.Payment.Plans
Assembly: Volo.Payment.Admin.Web.dll
Syntax
public class CreateModalModel : PaymentPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
CreateModalModel(IPlanAdminAppService)
Declaration
public CreateModalModel(IPlanAdminAppService planAdminAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IPlanAdminAppService | planAdminAppService |
Properties
PlanAdminAppService
Declaration
protected IPlanAdminAppService PlanAdminAppService { get; }
Property Value
| Type | Description |
|---|---|
| IPlanAdminAppService |
ViewModel
Declaration
[BindProperty]
public CreateModalModel.PlanCreateViewModel ViewModel { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateModalModel.PlanCreateViewModel |
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |