Show / Hide Table of Contents

Class EditModalModel

Inheritance
object
SaasHostPageModel
EditModalModel
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class EditModalModel : SaasHostPageModel

Constructors

EditModalModel(ITenantAppService, IEditionAppService)

Declaration
public EditModalModel(ITenantAppService tenantAppService, IEditionAppService editionAppService)
Parameters
Type Name Description
ITenantAppService tenantAppService
IEditionAppService editionAppService

Properties

EditionAppService

Declaration
protected IEditionAppService EditionAppService { get; }
Property Value
Type Description
IEditionAppService

EditionsComboboxItems

Declaration
public List<SelectListItem> EditionsComboboxItems { get; set; }
Property Value
Type Description
List<SelectListItem>

HasSubscription

Declaration
public bool HasSubscription { get; protected set; }
Property Value
Type Description
bool

Tenant

Declaration
[BindProperty]
public EditModalModel.TenantInfoModel Tenant { get; set; }
Property Value
Type Description
EditModalModel.TenantInfoModel

TenantAppService

Declaration
protected ITenantAppService TenantAppService { get; }
Property Value
Type Description
ITenantAppService

Methods

OnGetAsync(Guid)

Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

OnPostAsync()

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