Show / Hide Table of Contents

    Class UserSearchQuery

    Provides parameters for a query that selects users from the registry.

    Inheritance
    Object
    SearchQuery
    UserSearchQuery
    Implements
    IValidator
    Inherited Members
    SearchQuery.Id
    SearchQuery.Key
    SearchQuery.FolderId
    SearchQuery.Name
    SearchQuery.ErrorMessage
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities.Search
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class UserSearchQuery : SearchQuery, IValidator

    Constructors

    UserSearchQuery()

    Declaration
    public UserSearchQuery()

    Properties

    Identity

    Gets or sets the user identity name (user name, Windows name, etc). If not set then it is not checked.

    Declaration
    public string Identity { get; set; }
    Property Value
    Type Description
    String

    SecurityRoleId

    Gets or sets the user security role identifier. If not set then user can be in any security role.

    Declaration
    public int? SecurityRoleId { get; set; }
    Property Value
    Type Description
    Nullable<Int32>

    Methods

    Validate()

    Evaluates the state of this object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    Boolean

    True if state is valid; otherwise, false.

    Overrides
    SearchQuery.Validate()

    Implements

    IValidator
    Back to top Nevatech Sentinet 6.5 Online Documentation