Class EditModalModel
Inheritance
System.Object
EditModalModel
Assembly: Volo.Abp.Identity.Web.dll
Syntax
public class EditModalModel : IdentityPageModel
Constructors
EditModalModel(IIdentityRoleAppService)
Declaration
public EditModalModel(IIdentityRoleAppService identityRoleAppService)
Parameters
| Type |
Name |
Description |
| IIdentityRoleAppService |
identityRoleAppService |
|
Properties
IdentityRoleAppService
Declaration
protected IIdentityRoleAppService IdentityRoleAppService { get; }
Property Value
| Type |
Description |
| IIdentityRoleAppService |
|
Role
Declaration
public EditModalModel.RoleInfoModel Role { get; set; }
Property Value
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
| Type |
Name |
Description |
| System.Guid |
id |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods