Show / Hide Table of Contents

Class CreateModalModel

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

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 Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft