Enum CalendarFilter.StringMatchType
Definition
- Namespace:
- Tizen.Pims.Calendar
- Assembly:
- Tizen.Pims.Calendar.dll
- API Level:
- 4
Enumeration for the filter match type of a string.
C#Copypublic enum StringMatchType
Name | Description |
---|---|
Contains | Sub-string, case-insensitive. |
EndsWith | Ends with, case-insensitive. |
Exactly | Full string, case-sensitive. |
Exists | IS NOT NULL. |
FullString | Full string, case-insensitive. |
StartsWith | Starts with, case-insensitive. |