Class RoleList
Roles listing page
public sealed class RoleList : ListingPage, IPage
- Inheritance
-
objectRoleList
- Implements
- Inherited Members
- Extension Methods
Constructors
RoleList(IPageLinkGenerator)
Initialize instance.
public RoleList(IPageLinkGenerator pageLinkGenerator)
Parameters
pageLinkGenerator
IPageLinkGenerator
Properties
ObjectType
Type of the info objects that are listed. Corresponds to the OBJECT_TYPE property of the info object or PredefinedObjectType.
protected override string ObjectType { get; }
Property Value
- string
RefetchAllOnDelete
Indicates whether to refetch all templates on delete.
protected override bool RefetchAllOnDelete { get; }
Property Value
- bool
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
Delete(int)
Deletes role specified by the id
parameter.
public override Task<ICommandResponse<RowActionResult>> Delete(int id)
Parameters
id
int
Returns
- Task<ICommandResponse<RowActionResult>>
RedirectToRoleUsersList()
Redirects to the list of assigned users.
public Task<ICommandResponse> RedirectToRoleUsersList()
Returns
- Task<ICommandResponse>