Enum BooleanOperator
CriteriaOperator enumeration.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum BooleanOperator
Fields
| Name | Description |
|---|---|
| And | Logical AND |
| None | None |
| Or | Logical OR |
| Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |