Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Entities.Search
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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
    [DataMember]
    public bool IsEnabled { get; set; }
    Property Value
    Type Description
    bool

    SecurityRoleId

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

    Declaration
    [DataMember]
    public int SecurityRoleId { get; set; }
    Property Value
    Type Description
    int

    SecurityRoleName

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

    Declaration
    [DataMember]
    public string SecurityRoleName { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation