Search Results for

    Show / Hide Table of Contents

    Class BehaviorSearchQuery

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

    Inheritance
    object
    SearchQuery
    BehaviorSearchQuery
    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 BehaviorSearchQuery : SearchQuery, IValidator

    Constructors

    BehaviorSearchQuery()

    Declaration
    public BehaviorSearchQuery()

    Properties

    Configuration

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

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public string Configuration { get; set; }
    Property Value
    Type Description
    string

    Kind

    Gets or sets the behavior kind: service or endpoint. If not set than both kinds of behaviors are returned.

    Declaration
    [DataMember(EmitDefaultValue = false)]
    public BehaviorKind? Kind { get; set; }
    Property Value
    Type Description
    BehaviorKind?

    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