Class Number

    Definition

    Namespace:
    Tizen.Pims.Contacts.ContactsViews
    Assembly:
    Tizen.Pims.Contacts.dll

    Describes the properties of a Number record.

    public static class Number
    Inheritance
    object
    Number

    Fields

    View Source

    CleanedNumber

    You can only use this property for the search filter.

    Declaration
    public const uint CleanedNumber = 19140616
    Field Value
    Type Description
    uint
    View Source

    ContactId

    Contact ID that the number belongs to.

    Declaration
    public const uint ContactId = 19005441
    Field Value
    Type Description
    uint
    View Source

    Id

    Database record ID of the number.

    Declaration
    public const uint Id = 19009536
    Field Value
    Type Description
    uint
    View Source

    IsDefault

    The number is the default number or not.

    Declaration
    public const uint IsDefault = 18939908
    Field Value
    Type Description
    uint
    View Source

    Label

    Custom number type label, when the number type is Types.Custom.

    Declaration
    public const uint Label = 19136515
    Field Value
    Type Description
    uint
    View Source

    NormalizedNumber

    You can only use this property for the search filter.

    Declaration
    public const uint NormalizedNumber = 19140615
    Field Value
    Type Description
    uint
    View Source

    NumberData

    Number.

    Declaration
    public const uint NumberData = 19136517
    Field Value
    Type Description
    uint
    View Source

    NumberFilter

    You can only use this property for the search filter.

    Declaration
    public const uint NumberFilter = 19136518
    Field Value
    Type Description
    uint
    View Source

    Type

    Number type, refer to the Types.

    Declaration
    public const uint Type = 19005442
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this contacts number view.

    Declaration
    public const string Uri = "tizen.contacts_view.number"
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX