Search Results for

    Show / Hide Table of Contents

    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 null if only full text search is used.

    FulltextWordRelation

    The full text search word relation. Relation (AND or OR) between the search words

    FulltextWords

    The full text search words. Set to null if no full text search is available

    PageSize

    This is the maximal count of results for one search operation. Must be non-negative.

    SearchStores

    The stores to search in. Set to null to search in all search stores

    UseWildCard

    Flag which indicates if the wildcard-search is enabled.

    Back to top Copyright © Kendox