FilterTree
A filter tree holding other filter trees and conditions to describe custom criteriaName | Description | Type | Additional information |
---|---|---|---|
LogicOperator |
The Logic Operator contains an enum of TreeLogicOperator for the type of operator to be applied to the conditions either And or Or |
TreeLogicOperator |
None. |
Conditions |
A list of conditions containing the criteria in the given tree |
Collection of TreeMetaDataFilterCondition |
None. |
ChildFilterTrees |
A list of child trees containing the child tree criteria in the given tree |
Collection of FilterTree |
None. |