Search Results for

    Show / Hide Table of Contents

    Class NodeSearchQuery

    Provides parameters for a query that selects nodes from the registry.

    Inheritance
    object
    SearchQuery
    NodeSearchQuery
    Implements
    IValidator
    Inherited Members
    SearchQuery.Id
    SearchQuery.Key
    SearchQuery.FolderId
    SearchQuery.Name
    SearchQuery.ErrorMessage
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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.

    Overrides
    SearchQuery.Validate()

    Implements

    IValidator
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation