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