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
    Field Value
    Type Description
    uint
    View Source

    ChangedTime

    Last changed contact time.

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

    DisplayName

    Display name of the contact.

    Declaration
    public const uint DisplayName
    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
    Field Value
    Type Description
    uint
    View Source

    HasEmail

    The contact has an email or not.

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

    HasPhoneNumber

    The contact has a phone number or not.

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

    Id

    Database record ID of the contact.

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

    IsFavorite

    The contact is a favorite or not.

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

    MessageAlert

    Message alert path of the contact.

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

    PersonId

    Person ID that the contact belongs to.

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

    RingtonePath

    Ringtone path of the contact.

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

    ThumbnailPath

    Image thumbnail path of the contact.

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

    UId

    Unique identifier.

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

    Uri

    Identifier of this simple contact view.

    Declaration
    public const string Uri
    Field Value
    Type Description
    string
    View Source

    Vibration

    Vibration path of the contact.

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