Class BehaviorSearchQuery
Provides parameters for a query that selects public behaviors from the registry.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities.Search
Assembly: Nevatech.Vsb.Repository.dll
Syntax
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
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
public BehaviorKind? Kind { get; set; }
Property Value
Type | Description |
---|---|
Nullable<BehaviorKind> |
Methods
Validate()
Evaluates the state of this object.
Declaration
public override bool Validate()
Returns
Type | Description |
---|---|
Boolean | True if state is valid; otherwise, false. |