Search Results for

    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
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public class SearchResult

    Constructors

    SearchResult()

    Declaration
    public SearchResult()

    Properties

    FolderName

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

    Declaration
    [DataMember]
    public string FolderName { get; set; }
    Property Value
    Type Description
    string

    FolderRoute

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

    Declaration
    [DataMember]
    public string FolderRoute { get; set; }
    Property Value
    Type Description
    string

    Id

    Gets or sets the entity database identifier.

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

    Key

    Gets or sets the entity unique identifier.

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

    Name

    Gets or sets the entity friendly name.

    Declaration
    [DataMember]
    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
    int[]

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

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation