Class RoleUserList
Listing page with users assigned to edited role.
public sealed class RoleUserList : ListingPage, IPage
- Inheritance
-
objectRoleUserList
- Implements
- Inherited Members
- Extension Methods
Constructors
RoleUserList(IAuthenticatedUserAccessor, IRoleInfoProvider, IOptions<AdminIdentityOptions>, IOptions<AdminExternalAuthenticationProviderOptions>)
Initializes a new instance of the RoleUserList class.
public RoleUserList(IAuthenticatedUserAccessor authenticatedUserAccessor, IRoleInfoProvider roleProvider, IOptions<AdminIdentityOptions> adminIdentityOptions, IOptions<AdminExternalAuthenticationProviderOptions> externalAuthenticationProviderOptions)
Parameters
authenticatedUserAccessor
IAuthenticatedUserAccessorroleProvider
IRoleInfoProvideradminIdentityOptions
IOptions<AdminIdentityOptions>externalAuthenticationProviderOptions
IOptions<AdminExternalAuthenticationProviderOptions>
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
RoleId
ID of the parent role.
[PageParameter(typeof(IntPageModelBinder))]
public int RoleId { get; set; }
Property Value
- int
Methods
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
Remove(int)
Removes a user specified by the id
parameter from edited role.
public Task<ICommandResponse<RowActionResult>> Remove(int id)
Parameters
id
int
Returns
- Task<ICommandResponse<RowActionResult>>