Show / Hide Table of Contents

    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.

    public enum StringMatchType

    Fields

    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.

    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX