Show / Hide Table of Contents

    Class ServiceVersionSearchResult

    Represents a single services version that matches service versions search query.

    Inheritance
    Object
    SearchResult
    ServiceVersionSearchResult
    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 ServiceVersionSearchResult : SearchResult

    Constructors

    ServiceVersionSearchResult()

    Declaration
    public ServiceVersionSearchResult()

    Properties

    IsVirtual

    Gets or sets the flag indicating that service is virtual.

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

    Kind

    Gets or sets the kind of service: SOAP, REST, or Open Data.

    Declaration
    public ServiceKind Kind { get; set; }
    Property Value
    Type Description
    ServiceKind

    ServiceId

    Gets or sets the service identifier.

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

    ServiceName

    Gets or sets the service friendly name.

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

    Status

    Gets or sets the service version current status.

    Declaration
    public ServiceVersionStatus Status { get; set; }
    Property Value
    Type Description
    ServiceVersionStatus

    Version

    Gets or sets the custom-defined version identifier.

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

    VersionNumber

    Gets or sets the service version sequential number.

    Declaration
    public int VersionNumber { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation