Enum CalendarFilter.StringMatchType
Definition
- Assembly:
- Tizen.Pims.Calendar.dll
Enumeration for the filter match type of a string.
C#Copypublic enum CalendarFilter.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. |