Show / Hide Table of Contents

    Class SearchResult

    Provides a single entity that matches search query.

    Inheritance
    Object
    SearchResult
    AuthorizationGroupSearchResult
    AuthorizationRuleSearchResult
    BehaviorSearchResult
    BindingSearchResult
    IdentitySearchResult
    ServiceAgreementSearchResult
    ServiceSearchResult
    ServiceVersionSearchResult
    UserSearchResult
    Inherited Members
    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 class SearchResult

    Constructors

    SearchResult()

    Declaration
    public SearchResult()

    Properties

    FolderName

    Gets or sets the path to entity folder constructed from folder names.

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

    FolderRoute

    Gets or sets the path to entity folder constructed from folder identifiers.

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

    Id

    Gets or sets the entity database identifier.

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

    Key

    Gets or sets the entity unique identifier.

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid

    Name

    Gets or sets the entity friendly name.

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

    Methods

    GetRoute()

    Returns array of folder identifiers representing the path to the entity folder.

    Declaration
    public int[] GetRoute()
    Returns
    Type Description
    Int32[]

    Array of folder identifiers representing the path to the entity folder.

    Back to top Nevatech Sentinet 6.5 Online Documentation