SimpleFilterConditionType¶
Namespace: ThinkGeo.Core
Specifies the SimpleFilterConditionType enumeration.
public enum SimpleFilterConditionType
Inheritance object → ValueType → Enum → SimpleFilterConditionType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Equal | 0 | Identifies the Equal value. |
| Contains | 1 | Identifies the Contains value. |
| StartsWith | 2 | Identifies the StartsWith value. |
| EndsWith | 3 | Identifies the EndsWith value. |
| DoesNotEqual | 4 | Identifies the DoesNotEqual value. |
| DoesNotContain | 5 | Identifies the DoesNotContain value. |
| GreaterThan | 6 | Identifies the GreaterThan value. |
| GreaterThanOrEqualTo | 7 | Identifies the GreaterThanOrEqualTo value. |
| LessThan | 8 | Identifies the LessThan value. |
| LessThanOrEqualTo | 9 | Identifies the LessThanOrEqualTo value. |
| IsEmpty | 14 | Identifies the IsEmpty value. |
| IsNotEmpty | 15 | Identifies the IsNotEmpty value. |