Class CreateModalModel
Inheritance
System.Object
CreateModalModel
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class CreateModalModel : TenantManagementPageModel
Constructors
CreateModalModel(ITenantAppService)
Declaration
public CreateModalModel(ITenantAppService tenantAppService)
Parameters
Type |
Name |
Description |
ITenantAppService |
tenantAppService |
|
Properties
Tenant
Declaration
public CreateModalModel.TenantInfoModel Tenant { get; set; }
Property Value
TenantAppService
Declaration
protected ITenantAppService TenantAppService { get; }
Property Value
Type |
Description |
ITenantAppService |
|
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods