Show / Hide Table of Contents

Class RoleManagement

Inheritance
object
RoleManagement
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
[Authorize("AbpIdentity.Roles")]
[Route("/identity/roles")]
public class RoleManagement : AbpCrudPageBase<IIdentityRoleAppService, IdentityRoleDto, Guid, GetIdentityRoleListInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>

Constructors

RoleManagement()

Declaration
public RoleManagement()

Fields

DeleteModal

Declaration
protected Modal DeleteModal
Field Value
Type Description
Modal

ManagePermissionsPolicyName

Declaration
protected string ManagePermissionsPolicyName
Field Value
Type Description
string

MoveAllUsersModal

Declaration
protected Modal MoveAllUsersModal
Field Value
Type Description
Modal

PermissionManagementModal

Declaration
protected PermissionManagementModal PermissionManagementModal
Field Value
Type Description
PermissionManagementModal

PermissionProviderName

Declaration
protected const string PermissionProviderName = "R"
Field Value
Type Description
string

Properties

DeletingRole

Declaration
protected RoleManagement.DeleteRoleViewModel DeletingRole { get; set; }
Property Value
Type Description
RoleManagement.DeleteRoleViewModel

Filter

Declaration
protected string Filter { get; set; }
Property Value
Type Description
string

HasManagePermissionsPermission

Declaration
protected bool HasManagePermissionsPermission { get; set; }
Property Value
Type Description
bool

MoveAllUsersModel

Declaration
protected RoleManagement.MoveAllUsersViewModel MoveAllUsersModel { get; set; }
Property Value
Type Description
RoleManagement.MoveAllUsersViewModel

RoleManagementTableColumns

Declaration
protected List<TableColumn> RoleManagementTableColumns { get; }
Property Value
Type Description
List<TableColumn>

Toolbar

Declaration
protected PageToolbar Toolbar { get; }
Property Value
Type Description
PageToolbar

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

CloseDeleteModalAsync()

Declaration
protected virtual Task CloseDeleteModalAsync()
Returns
Type Description
Task

CloseMoveAllUsersModalAsync()

Declaration
protected virtual Task CloseMoveAllUsersModalAsync()
Returns
Type Description
Task

ClosingDeleteModalAsync(ModalClosingEventArgs)

Declaration
protected virtual Task ClosingDeleteModalAsync(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

ClosingMoveAllUsersModalAsync(ModalClosingEventArgs)

Declaration
protected virtual Task ClosingMoveAllUsersModalAsync(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

DeleteRoleAsync()

Declaration
protected virtual Task DeleteRoleAsync()
Returns
Type Description
Task

GetDeleteConfirmationMessage(IdentityRoleDto)

Declaration
protected override string GetDeleteConfirmationMessage(IdentityRoleDto entity)
Parameters
Type Name Description
IdentityRoleDto entity
Returns
Type Description
string

MoveAllUsersAsync()

Declaration
protected virtual Task MoveAllUsersAsync()
Returns
Type Description
Task

OnAssignCheckedChanged()

Declaration
protected virtual void OnAssignCheckedChanged()

OnAssignToRoleSelectedValueChanged(Guid?)

Declaration
protected virtual void OnAssignToRoleSelectedValueChanged(Guid? id)
Parameters
Type Name Description
Guid? id

OpenDeleteModalAsync(IdentityRoleDto)

Declaration
protected virtual Task OpenDeleteModalAsync(IdentityRoleDto data)
Parameters
Type Name Description
IdentityRoleDto data
Returns
Type Description
Task

OpenMoveAllUsersModalAsync(IdentityRoleDto)

Declaration
protected virtual Task OpenMoveAllUsersModalAsync(IdentityRoleDto role)
Parameters
Type Name Description
IdentityRoleDto role
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected override ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

SetEntityActionsAsync()

Declaration
protected override ValueTask SetEntityActionsAsync()
Returns
Type Description
ValueTask

SetPermissionsAsync()

Declaration
protected override Task SetPermissionsAsync()
Returns
Type Description
Task

SetTableColumnsAsync()

Declaration
protected override ValueTask SetTableColumnsAsync()
Returns
Type Description
ValueTask

SetToolbarItemsAsync()

Declaration
protected override ValueTask SetToolbarItemsAsync()
Returns
Type Description
ValueTask
In this article
Back to top Powered by Volosoft