Class AddressBook

    Definition

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

    Describes the properties of an address book record.

    public static class AddressBook
    Inheritance
    object
    AddressBook

    Fields

    View Source

    AccountId

    Integer, read/write once, account ID that the address book belongs to.

    Declaration
    public const uint AccountId = 1179649
    Field Value
    Type Description
    uint
    View Source

    Id

    Integer, read only, database record ID of the address book.

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

    Mode

    Integer, read/write, AddressBook mode, refer to the ModeValue.

    Declaration
    public const uint Mode = 1179651
    Field Value
    Type Description
    uint
    View Source

    Name

    String, read/write, it cannot be null. Duplicate names are not allowed.

    Declaration
    public const uint Name = 1310722
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this contacts address book view.

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