Class SimpleContact
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
Describes the properties of a Simple contact record.
public static class SimpleContact
- Inheritance
-
objectSimpleContact
Fields
View SourceAddressBookId
AddressBook that the contact belongs to.
Declaration
public const uint AddressBookId = 16908291
Field Value
Type | Description |
---|---|
uint |
ChangedTime
Last changed contact time.
Declaration
public const uint ChangedTime = 16912397
Field Value
Type | Description |
---|---|
uint |
DisplayName
Display name of the contact.
Declaration
public const uint DisplayName = 17043457
Field Value
Type | Description |
---|---|
uint |
DisplaySourceType
The source type of the display name, refer to the Contact.DisplayNameSourceType
Declaration
public const uint DisplaySourceType = 16912386
Field Value
Type | Description |
---|---|
uint |
HasEmail
The contact has an email or not.
Declaration
public const uint HasEmail = 16846857
Field Value
Type | Description |
---|---|
uint |
HasPhoneNumber
The contact has a phone number or not.
Declaration
public const uint HasPhoneNumber = 16846856
Field Value
Type | Description |
---|---|
uint |
Id
Database record ID of the contact.
Declaration
public const uint Id = 16912384
Field Value
Type | Description |
---|---|
uint |
IsFavorite
The contact is a favorite or not.
Declaration
public const uint IsFavorite = 16842759
Field Value
Type | Description |
---|---|
uint |
MessageAlert
Message alert path of the contact.
Declaration
public const uint MessageAlert = 17039389
Field Value
Type | Description |
---|---|
uint |
PersonId
Person ID that the contact belongs to.
Declaration
public const uint PersonId = 16908298
Field Value
Type | Description |
---|---|
uint |
RingtonePath
Ringtone path of the contact.
Declaration
public const uint RingtonePath = 17039364
Field Value
Type | Description |
---|---|
uint |
ThumbnailPath
Image thumbnail path of the contact.
Declaration
public const uint ThumbnailPath = 17043462
Field Value
Type | Description |
---|---|
uint |
UId
Unique identifier.
Declaration
public const uint UId = 17039371
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this simple contact view.
Declaration
public const string Uri = "tizen.contacts_view.simple_contact"
Field Value
Type | Description |
---|---|
string |
Vibration
Vibration path of the contact.
Declaration
public const uint Vibration = 17039372
Field Value
Type | Description |
---|---|
uint |