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
-
objectAddress
Fields
View SourceContactId
Contact ID that the address belongs to.
Declaration
public const uint ContactId = 21102593
Field Value
Type | Description |
---|---|
uint |
Country
Country.
Declaration
public const uint Country = 21233673
Field Value
Type | Description |
---|---|
uint |
Extended
Extended address.
Declaration
public const uint Extended = 21233674
Field Value
Type | Description |
---|---|
uint |
Id
Database record ID of the address.
Declaration
public const uint Id = 21106688
Field Value
Type | Description |
---|---|
uint |
IsDefault
The address is the default or not.
Declaration
public const uint IsDefault = 21037067
Field Value
Type | Description |
---|---|
uint |
Label
Address type label, when the address type is Types.Custom.
Declaration
public const uint Label = 21233667
Field Value
Type | Description |
---|---|
uint |
Locality
Locality.
Declaration
public const uint Locality = 21233671
Field Value
Type | Description |
---|---|
uint |
PostalCode
Postal code.
Declaration
public const uint PostalCode = 21233669
Field Value
Type | Description |
---|---|
uint |
Postbox
Post office box.
Declaration
public const uint Postbox = 21233668
Field Value
Type | Description |
---|---|
uint |
Region
Region.
Declaration
public const uint Region = 21233670
Field Value
Type | Description |
---|---|
uint |
Street
Street.
Declaration
public const uint Street = 21233672
Field Value
Type | Description |
---|---|
uint |
Type
Address type, refer to the Types.
Declaration
public const uint Type = 21102594
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this contacts address view.
Declaration
public const string Uri = "tizen.contacts_view.address"
Field Value
Type | Description |
---|---|
string |