Class EndpointSearchQuery
Provides parameters for a query that selects service endpoints from the registry.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities.Search
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
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
[DataMember(EmitDefaultValue = false)]
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 |
|---|---|
| int | Hash code calculated for this instance. |
Overrides
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
Validate()
Evaluates the state of this object.
Declaration
public override bool Validate()
Returns
| Type | Description |
|---|---|
| bool | True if state is valid; otherwise, false. |