Show / Hide Table of Contents

    Class EndpointSearchResult

    Represents a single service endpoint that matches service endpoints search query.

    Inheritance
    Object
    EndpointSearchBase
    EndpointSearchResult
    Inherited Members
    EndpointSearchBase.Validate()
    EndpointSearchBase.ToString()
    EndpointSearchBase.ToStringBuilder()
    EndpointSearchBase.Append<T>(StringBuilder, String, T)
    EndpointSearchBase.ServiceKey
    EndpointSearchBase.ServicePathAndName
    EndpointSearchBase.IsVirtual
    EndpointSearchBase.VersionNumber
    EndpointSearchBase.ServiceVersionStatus
    EndpointSearchBase.ServiceVersionQName
    EndpointSearchBase.ServiceVersionKey
    EndpointSearchBase.ContractKey
    EndpointSearchBase.ContractQName
    EndpointSearchBase.NodeKey
    EndpointSearchBase.NodePathAndName
    EndpointSearchBase.EndpointKey
    EndpointSearchBase.EndpointName
    EndpointSearchBase.LogicalAddress
    EndpointSearchBase.PhysicalAddress
    EndpointSearchBase.BindingKey
    EndpointSearchBase.BindingPathAndName
    EndpointSearchBase.IsHosted
    EndpointSearchBase.Kind
    EndpointSearchBase.ErrorMessage
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities.Search
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class EndpointSearchResult : EndpointSearchBase

    Constructors

    EndpointSearchResult()

    Declaration
    public EndpointSearchResult()

    Properties

    EndpointId

    Gets or sets the endpoint identifier.

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

    ServiceVersionLastUpdate

    Gets or sets the timestamp of the latest service version update. The update includes any changes in the service objects or downstream services that require virtual service to be restarted.

    Declaration
    public DateTime ServiceVersionLastUpdate { get; set; }
    Property Value
    Type Description
    DateTime

    Methods

    GetHashCode()

    Returns the hash code calculated for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Hash code calculated for this instance.

    Overrides
    EndpointSearchBase.GetHashCode()
    Back to top Nevatech Sentinet 6.5 Online Documentation