SearchCondition Class

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class SearchCondition
Inheritance
Object    SearchCondition

Constructors

SearchConditionInitializes a new instance of the SearchCondition class

Properties

Operands List of operands for the criterion. Number of required items and their types depends on type of criterion.
OperatorType Operator for the criterion. Different operators require different number of operands provided in Operands list.
SearchType Type of search.

Extension Methods

See Also