Class CreateModalModel
Inherited Members
Namespace: Volo.Abp.TenantManagement.Web.Pages.TenantManagement.Tenants
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class CreateModalModel : TenantManagementPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
CreateModalModel(ITenantAppService)
Declaration
public CreateModalModel(ITenantAppService tenantAppService)
Parameters
Type | Name | Description |
---|---|---|
ITenantAppService | tenantAppService |
Properties
Tenant
Declaration
[BindProperty]
public CreateModalModel.TenantInfoModel Tenant { get; set; }
Property Value
Type | Description |
---|---|
CreateModalModel.TenantInfoModel |
TenantAppService
Declaration
protected ITenantAppService TenantAppService { get; }
Property Value
Type | Description |
---|---|
ITenantAppService |
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> |