Enum ConditionOperator
Defines the types of comparison operators available against Criteria Conditions.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ConditionOperatorFields
| Name | Description | 
|---|---|
| AllOfThese | All of These condition | 
| AnyOfThese | Any of These condition | 
| Contains | Contains condition | 
| EndsWith | Ends With condition | 
| GreaterThan | Is greater than condition | 
| GreaterThanOrEqualTo | Greater than or Equal to condition | 
| In | In condition | 
| Is | Is condition | 
| IsLike | Is Like condition | 
| IsLoggedInUser | Is Logged in User condition | 
| IsSet | Is Set condition | 
| LessThan | Is less than condition | 
| LessThanOrEqualTo | Less than or Equal to condition | 
| LuceneSearch | Lucene Search Condition | 
| StartsWith | Starts With Condition | 
| Unknown | Unknown operator. |