Logical Condition | Logical operation of conditionField Name | Description |
---|
Logical Operation | Logical operation- And
- AND
- Or
- OR
| Not Op | NOT operation flag |
|
Reference | Parameter reference |
Parameter Type | Parameters to be referenced. Used when reference.type is other than ParameterReferenceType.Constant. |
Reference Type | Parameters to be referenced type. Used when reference.type is other than ParameterReferenceType.Constant. |
Compare Type | Compare type- Equals
- Value1 == Value2
- Not Equals
- Value1 != Value2
- Greater
- Value1 > Value2
- Greater Or Equals
- Value1 >= Value2
- Less
- Value1 < Value2
- Less Or Equals
- Value1 <= Value2
|
Value | Value to compare |