Class Address

    Definition

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

    Describes the properties of an Address record.

    public static class Address
    Inheritance
    object
    Address

    Fields

    View Source

    ContactId

    Contact ID that the address belongs to.

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

    Country

    Country.

    Declaration
    public const uint Country = 21233673
    Field Value
    Type Description
    uint
    View Source

    Extended

    Extended address.

    Declaration
    public const uint Extended = 21233674
    Field Value
    Type Description
    uint
    View Source

    Id

    Database record ID of the address.

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

    IsDefault

    The address is the default or not.

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

    Label

    Address type label, when the address type is Types.Custom.

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

    Locality

    Locality.

    Declaration
    public const uint Locality = 21233671
    Field Value
    Type Description
    uint
    View Source

    PostalCode

    Postal code.

    Declaration
    public const uint PostalCode = 21233669
    Field Value
    Type Description
    uint
    View Source

    Postbox

    Post office box.

    Declaration
    public const uint Postbox = 21233668
    Field Value
    Type Description
    uint
    View Source

    Region

    Region.

    Declaration
    public const uint Region = 21233670
    Field Value
    Type Description
    uint
    View Source

    Street

    Street.

    Declaration
    public const uint Street = 21233672
    Field Value
    Type Description
    uint
    View Source

    Type

    Address type, refer to the Types.

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

    Uri

    Identifier of this contacts address view.

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