SearchCondition Class
Class defining a single criterion for a search.
There are strict rules of what combinations of type / operators / operands are allowed.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
public class SearchCondition
- Inheritance
- Object SearchCondition
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.
|