Class Name

    Definition

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

    Describes the properties of a Name record.

    public static class Name
    Inheritance
    object
    Name

    Fields

    View Source

    Addition

    Middle name.

    Declaration
    public const uint Addition = 18087940
    Field Value
    Type Description
    uint
    View Source

    ContactId

    Contacts ID that the name record belongs to.

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

    First

    First name.

    Declaration
    public const uint First = 18087938
    Field Value
    Type Description
    uint
    View Source

    Id

    Database record ID of the name.

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

    Last

    Last name.

    Declaration
    public const uint Last = 18087939
    Field Value
    Type Description
    uint
    View Source

    PhoneticFirst

    Pronounce the first name.

    Declaration
    public const uint PhoneticFirst = 18087943
    Field Value
    Type Description
    uint
    View Source

    PhoneticLast

    Pronounce the last name.

    Declaration
    public const uint PhoneticLast = 18087945
    Field Value
    Type Description
    uint
    View Source

    PhoneticMiddle

    Pronounce the middle name.

    Declaration
    public const uint PhoneticMiddle = 18087944
    Field Value
    Type Description
    uint
    View Source

    Prefix

    Prefix.

    Declaration
    public const uint Prefix = 18087942
    Field Value
    Type Description
    uint
    View Source

    Suffix

    Suffix.

    Declaration
    public const uint Suffix = 18087941
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this contacts name view.

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