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
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
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 |
---|---|
Boolean | True if state is valid; otherwise, false. |