[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:QPulseWebServices.Contracts.Data.DynamicFieldOperator"]
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.6101.8
Syntax
| C# |
|---|
public enum DynamicFieldOperator |
Members
| Member name | Value | Description | |
|---|---|---|---|
| EqualTo | 0 | ||
| LessThan | 1 | ||
| GreaterThan | 2 | ||
| Between | 3 | ||
| StartingWith | 4 | ||
| EndingWith | 5 | ||
| Containing | 6 | ||
| UpTo | 7 | ||
| Since | 8 | ||
| True | 9 | ||
| Not | 10 | ||
| NotEqualTo | 11 | ||
| NotLessThan | 12 | ||
| NotGreaterThan | 13 | ||
| NotBetween | 14 | ||
| NotStartingWith | 15 | ||
| NotEndingWith | 16 | ||
| NotContaining | 17 | ||
| NotUpTo | 18 | ||
| NotSince | 19 | ||
| False | 20 | ||
| IdEqualTo | 21 |