Class SearchDefinitionContract
Definition of search conditions
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class SearchDefinitionContract : Object
Name | Description |
---|---|
SearchDefinitionContract() |
Fields
Name | Description |
---|---|
Conditions | The search conditions. Set to |
FulltextWordRelation | The full text search word relation. Relation (AND or OR) between the search words |
FulltextWords | The full text search words. Set to |
PageSize | This is the maximal count of results for one search operation. Must be non-negative. |
SearchStores | The stores to search in. Set to |
UseWildCard | Flag which indicates if the wildcard-search is enabled. |