Class Address

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Describes the properties of an Address record.

C#
Copy
public static class Address
Inheritance
System.Object
Address

Fields

View Source

ContactId

Contact ID that the address belongs to.

Declaration
C#
Copy
public const uint ContactId = 21102593U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Country

Country.

Declaration
C#
Copy
public const uint Country = 21233673U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Extended

Extended address.

Declaration
C#
Copy
public const uint Extended = 21233674U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Id

Database record ID of the address.

Declaration
C#
Copy
public const uint Id = 21106688U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

IsDefault

The address is the default or not.

Declaration
C#
Copy
public const uint IsDefault = 21037067U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Label

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

Declaration
C#
Copy
public const uint Label = 21233667U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Locality

Locality.

Declaration
C#
Copy
public const uint Locality = 21233671U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

PostalCode

Postal code.

Declaration
C#
Copy
public const uint PostalCode = 21233669U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Postbox

Post office box.

Declaration
C#
Copy
public const uint Postbox = 21233668U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Region

Region.

Declaration
C#
Copy
public const uint Region = 21233670U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Street

Street.

Declaration
C#
Copy
public const uint Street = 21233672U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Type

Address type, refer to the Types.

Declaration
C#
Copy
public const uint Type = 21102594U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Uri

Identifier of this contacts address view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.address"
Field Value
Type Description
System.String
API Level: 4