Show / Hide Table of Contents

Class UpdateModalModel

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

Constructors

UpdateModalModel(IPlanAdminAppService)

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

Properties

Id

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

PlanAdminAppService

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

ViewModel

Declaration
[BindProperty]
public UpdateModalModel.PlanUpdateViewModel ViewModel { get; set; }
Property Value
Type Description
UpdateModalModel.PlanUpdateViewModel

Methods

OnGetAsync()

Declaration
public Task OnGetAsync()
Returns
Type Description
Task

OnPostAsync()

Declaration
public Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft