Class CustomEntitySearchQuery
Provides parameters for a query that selects custom entities from the registry.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities.Search
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class CustomEntitySearchQuery : SearchQuery, IValidator
  Constructors
CustomEntitySearchQuery()
Declaration
public CustomEntitySearchQuery()
  Properties
Keywords
Gets or sets the semicolon-separated list of keywords and name/value tags that entity must have. The keywords may include wildcards. Returned entities must match all keywords and values in the list.
Declaration
public string Keywords { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
Examples
soap;Weather*;1.0;version=1.0;owner=jsmith
Methods
Validate()
Evaluates the state of this object.
Declaration
public override bool Validate()
  Returns
| Type | Description | 
|---|---|
| Boolean | True if state is valid; otherwise, false.  |