Class OrganisationSearchQuery
Represents a query used for filtering and sorting when listing or searching for organisations.
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 OrganisationSearchQuery : SearchQuery, Message
Constructors
OrganisationSearchQuery()
Properties
OnlySearchIdentityNumber
Gets if only the identity number should be search with the SearchTerm.
Declaration
public bool OnlySearchIdentityNumber { get; set; }
Property Value
Boolean
|
OrganisationKind
Gets or sets the OrganisationKind to search for.
Declaration
public OrganisationKind OrganisationKind { get; set; }
Property Value
OrganisationKind
|