Class EditModalModel
Inheritance
System.Object
EditModalModel
Assembly: Volo.Abp.TenantManagement.Web.dll
Syntax
public class EditModalModel : TenantManagementPageModel
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
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 |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
Extension Methods