Show / Hide Table of Contents

    Class BindingSearchQuery

    Provides parameters for a query that selects public bindings from the registry.

    Inheritance
    Object
    SearchQuery
    BindingSearchQuery
    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 BindingSearchQuery : SearchQuery, IValidator

    Constructors

    BindingSearchQuery()

    Declaration
    public BindingSearchQuery()

    Properties

    Configuration

    Gets or sets the configuration XML that binding must have (may include wildcards).

    Declaration
    public string Configuration { get; set; }
    Property Value
    Type Description
    String

    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