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()
    Object.MemberwiseClone()
    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.

    Overrides
    SearchQuery.Validate()

    Implements

    IValidator
    Back to top Nevatech Sentinet 6.5 Online Documentation