Class MoveAllUsersModal
Inheritance
MoveAllUsersModal
Inherited Members
Namespace: Volo.Abp.Identity.Web.Pages.Identity.Roles
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class MoveAllUsersModal : IdentityUserModalPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
MoveAllUsersModal(IIdentityRoleAppService)
Declaration
public MoveAllUsersModal(IIdentityRoleAppService roleAppService)
Parameters
Type | Name | Description |
---|---|---|
IIdentityRoleAppService | roleAppService |
Properties
Role
Declaration
[BindProperty]
public MoveAllUsersModal.RoleInfoModel Role { get; set; }
Property Value
Type | Description |
---|---|
MoveAllUsersModal.RoleInfoModel |
RoleAppService
Declaration
protected IIdentityRoleAppService RoleAppService { get; }
Property Value
Type | Description |
---|---|
IIdentityRoleAppService |
Methods
OnGetAsync(Guid)
Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |