Show / Hide Table of Contents

    Class UserSearchResult

    Represents a user that matches user search query.

    Inheritance
    Object
    SearchResult
    UserSearchResult
    Inherited Members
    SearchResult.GetRoute()
    SearchResult.FolderName
    SearchResult.FolderRoute
    SearchResult.Id
    SearchResult.Key
    SearchResult.Name
    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 UserSearchResult : SearchResult

    Constructors

    UserSearchResult()

    Declaration
    public UserSearchResult()

    Properties

    IsEnabled

    Gets or sets the flag indicating that user account is active and not locked.

    Declaration
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    SecurityRoleId

    Gets or sets the identifier of the security role that user is assigned to.

    Declaration
    public int SecurityRoleId { get; set; }
    Property Value
    Type Description
    Int32

    SecurityRoleName

    Gets the name of the security role that user is assigned to.

    Declaration
    public string SecurityRoleName { get; set; }
    Property Value
    Type Description
    String
    Back to top Nevatech Sentinet 6.5 Online Documentation