Class NodeSearchQuery
Provides parameters for a query that selects nodes from the registry.
Implements
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 NodeSearchQuery : SearchQuery, IValidator
Constructors
NodeSearchQuery()
Declaration
public NodeSearchQuery()
Properties
BaseAddress
Gets or sets the node base address that may include wildcards.
Declaration
[DataMember(EmitDefaultValue = false)]
public string BaseAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Examples
"http://myserver.com/*"
Status
Gets or sets the operational status that node must have. If not set then all statuses are accepted.
Declaration
[DataMember(EmitDefaultValue = false)]
public OperationalStatus? Status { get; set; }
Property Value
| Type | Description |
|---|---|
| OperationalStatus? |
Methods
Validate()
Evaluates the state of this object.
Declaration
public override bool Validate()
Returns
| Type | Description |
|---|---|
| bool | True if state is valid; otherwise, false. |