Class SimpleContact

    Definition

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

    Describes the properties of a Simple contact record.

    public static class SimpleContact
    Inheritance
    object
    SimpleContact

    Fields

    View Source

    AddressBookId

    AddressBook that the contact belongs to.

    Declaration
    public const uint AddressBookId = 16908291
    Field Value
    Type Description
    uint
    View Source

    ChangedTime

    Last changed contact time.

    Declaration
    public const uint ChangedTime = 16912397
    Field Value
    Type Description
    uint
    View Source

    DisplayName

    Display name of the contact.

    Declaration
    public const uint DisplayName = 17043457
    Field Value
    Type Description
    uint
    View Source

    DisplaySourceType

    The source type of the display name, refer to the Contact.DisplayNameSourceType

    Declaration
    public const uint DisplaySourceType = 16912386
    Field Value
    Type Description
    uint
    View Source

    HasEmail

    The contact has an email or not.

    Declaration
    public const uint HasEmail = 16846857
    Field Value
    Type Description
    uint
    View Source

    HasPhoneNumber

    The contact has a phone number or not.

    Declaration
    public const uint HasPhoneNumber = 16846856
    Field Value
    Type Description
    uint
    View Source

    Id

    Database record ID of the contact.

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

    IsFavorite

    The contact is a favorite or not.

    Declaration
    public const uint IsFavorite = 16842759
    Field Value
    Type Description
    uint
    View Source

    MessageAlert

    Message alert path of the contact.

    Declaration
    public const uint MessageAlert = 17039389
    Field Value
    Type Description
    uint
    View Source

    PersonId

    Person ID that the contact belongs to.

    Declaration
    public const uint PersonId = 16908298
    Field Value
    Type Description
    uint
    View Source

    RingtonePath

    Ringtone path of the contact.

    Declaration
    public const uint RingtonePath = 17039364
    Field Value
    Type Description
    uint
    View Source

    ThumbnailPath

    Image thumbnail path of the contact.

    Declaration
    public const uint ThumbnailPath = 17043462
    Field Value
    Type Description
    uint
    View Source

    UId

    Unique identifier.

    Declaration
    public const uint UId = 17039371
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this simple contact view.

    Declaration
    public const string Uri = "tizen.contacts_view.simple_contact"
    Field Value
    Type Description
    string
    View Source

    Vibration

    Vibration path of the contact.

    Declaration
    public const uint Vibration = 17039372
    Field Value
    Type Description
    uint
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX