Click or drag to resize

SearchPhrase Class

This class can parse a search string into sub items
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelSearchPhrase

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class SearchPhrase

The SearchPhrase type exposes the following members.

Constructors
  NameDescription
Public methodSearchPhrase
Top
Properties
  NameDescription
Public propertyExcludeItems
Words and sentences which must *not* occur in the search data Population of the items is handled by the constructor
Public propertyIncludeItems
Words and sentences which must occur in the search data Population of the items is handled by the constructor
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also