Show / Hide Table of Contents

    Class EndpointSearchQuery

    Provides parameters for a query that selects service endpoints from the registry.

    Inheritance
    Object
    EndpointSearchBase
    EndpointSearchQuery
    Inherited Members
    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 EndpointSearchQuery : EndpointSearchBase

    Constructors

    EndpointSearchQuery()

    Declaration
    public EndpointSearchQuery()

    Properties

    Keywords

    Gets or sets the semicolon-separated list of keywords and name/value tags that endpoints must have. The keywords may include wildcards. Returned endpoints must match all keywords and values in the list.

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

    soap;Weather*;1.0;version=1.0;owner=jsmith

    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()

    ToString()

    Returns the non-default query content in readable form.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Non-default query content in readable form.

    Overrides
    EndpointSearchBase.ToString()

    Validate()

    Evaluates the state of this object.

    Declaration
    public override bool Validate()
    Returns
    Type Description
    Boolean

    True if state is valid; otherwise, false.

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