Show / Hide Table of Contents

Class RolesSearchQuery

Represents a query used for filtering and sorting when listing or searching for roles.

Inheritance
Object
Query
FilterQuery
SearchQuery
RolesSearchQuery
Inherited Members
FilterQuery.Filters
Query.CorrelationId
Query.TraceId
Query.Page
Query.PageSize
Query.Skip
Query.Take
Query.SortObjects
Query.Aggregates
Query.Default
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class RolesSearchQuery : SearchQuery, Message

Constructors

RolesSearchQuery()

Creates a new instance of UsersSearchQuery.

Declaration
public RolesSearchQuery()

Properties

Kind

Gets or sets the kind of roles to search for.

Declaration
public RoleKind Kind { get; set; }
Property Value
RoleKind

SearchTerm

The text to search for in roles. The search is performed on the Name field.

Declaration
public override string SearchTerm { get; set; }
Property Value
String

Overrides
SearchQuery.SearchTerm

ShouldSearch

Gets if a search should be done or not.

Declaration
public override bool ShouldSearch { get; }
Property Value
Boolean

true if a search should be done; otherwise false.

Overrides
SearchQuery.ShouldSearch

TenantId

Gets or sets the tenant to get roles for if not the logged in users tenant should be used, which is default in a multi-tenant environment.

Declaration
public Guid? TenantId { get; set; }
Property Value
System.Nullable<System.Guid>

Back to top Generated by DocFX