Class SimpleContact

Definition

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

Describes the properties of a Simple contact record.

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

Fields

View Source

AddressBookId

AddressBook that the contact belongs to.

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

ChangedTime

Last changed contact time.

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

DisplayName

Display name of the contact.

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

DisplaySourceType

The source type of the display name, refer to the Contact.DisplayNameSourceType

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

HasEmail

The contact has an email or not.

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

HasPhoneNumber

The contact has a phone number or not.

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

Id

Database record ID of the contact.

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

IsFavorite

The contact is a favorite or not.

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

MessageAlert

Message alert path of the contact.

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

PersonId

Person ID that the contact belongs to.

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

RingtonePath

Ringtone path of the contact.

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

ThumbnailPath

Image thumbnail path of the contact.

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

UId

Unique identifier.

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

Uri

Identifier of this simple contact view.

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

Vibration

Vibration path of the contact.

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