TreeLogicOperator
An enum for Tree Logic Operator - either And or OrPossible enumeration values:
Name | Value | Description |
---|---|---|
And |
0 |
And logic |
Or |
1 |
Or Logic |