Class UsersInRoleSearchQuery
Represents a query used for filtering and sorting when listing or searching for users for a specific role.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class UsersInRoleSearchQuery : SearchQuery, Message, IUsersSearchQuery
Constructors
UsersInRoleSearchQuery(Guid)
Creates a new instance of UsersInRoleSearchQuery.
Declaration
public UsersInRoleSearchQuery(Guid roleId)
Parameters
System.Guid
roleId
The identity of the role to list users for. |
Properties
OnlySearchEmail
Gets if only the email field should be search with the SearchTerm.
Declaration
public bool OnlySearchEmail { get; set; }
Property Value
Boolean
|
Implements
RoleId
Gets the identity of the role to search for users.
Declaration
public Guid RoleId { get; }
Property Value
System.Guid
|
SearchTerm
The text to search for.
Declaration
public override string SearchTerm { get; set; }
Property Value
String
|
Overrides
Implements
UserKind
Gets what kind of users that should be included in the search.
Declaration
public UserKind UserKind { get; set; }
Property Value
UserKind
|
Implements
Explicit Interface Implementations
IUsersSearchQuery.Ids
Declaration
Guid[] IUsersSearchQuery.Ids { get; }
Returns
System.Guid[]
|