Class EditModalModel
Inherited Members
Namespace: Volo.Abp.TenantManagement.Web.Pages.TenantManagement.Tenants
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class EditModalModel : TenantManagementPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
EditModalModel(ITenantAppService)
Declaration
public EditModalModel(ITenantAppService tenantAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| ITenantAppService | tenantAppService |
Properties
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<IActionResult> OnGetAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |