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
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
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
public OperationalStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
Nullable<OperationalStatus> |
Methods
Validate()
Evaluates the state of this object.
Declaration
public override bool Validate()
Returns
Type | Description |
---|---|
Boolean | True if state is valid; otherwise, false. |