Click or drag to resize

SearchCondition Class

Class defining a single criterion for a search. There are strict rules of what combinations of type / operators / operands are allowed.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerSearchCondition

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class SearchCondition

The SearchCondition type exposes the following members.

Constructors
  NameDescription
Public methodSearchCondition
Initializes a new instance of the SearchCondition class
Top
Properties
  NameDescription
Public propertyOperands
List of operands for the criterion. Number of required items and their types depends on type of criterion.
Public propertyOperatorType
Operator for the criterion. Different operators require different number of operands provided in Operands list.
Public propertySearchType
Type of search.
Top
Extension Methods
See Also