Class Contact

Definition

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

Describes the properties of a Contact record.

C#
Copy
public static class Contact
Inheritance
object
Contact

Fields

View Source

Address

Address child record (multiple).

Declaration
C#
Copy
public const uint Address = 17170453
Field Value
Type Description
uint
View Source

AddressBookId

AddressBook ID that the contact belongs to.

Declaration
C#
Copy
public const uint AddressBookId = 16908291
Field Value
Type Description
uint
View Source

ChangedTime

Last changed contact time.

Declaration
C#
Copy
public const uint ChangedTime = 16912397
Field Value
Type Description
uint
View Source

Company

Company child record (multiple).

Declaration
C#
Copy
public const uint Company = 17170447
Field Value
Type Description
uint
View Source

DisplayName

Display name of the contact.

Declaration
C#
Copy
public const uint DisplayName = 17043457
Field Value
Type Description
uint
View Source

DisplaySourceType

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

Declaration
C#
Copy
public const uint DisplaySourceType = 16912386
Field Value
Type Description
uint
View Source

Email

Email child record (multiple).

Declaration
C#
Copy
public const uint Email = 17170450
Field Value
Type Description
uint
View Source

Event

Event child record (multiple).

Declaration
C#
Copy
public const uint Event = 17170451
Field Value
Type Description
uint
View Source

Extension

Extension child record (multiple).

Declaration
C#
Copy
public const uint Extension = 17170459
Field Value
Type Description
uint
View Source

GroupRelation

GroupRelation child record (multiple).

Declaration
C#
Copy
public const uint GroupRelation = 17170458
Field Value
Type Description
uint
View Source

HasEmail

The contact has an email or not.

Declaration
C#
Copy
public const uint HasEmail = 16846857
Field Value
Type Description
uint
View Source

HasPhoneNumber

The contact has a phone number or not.

Declaration
C#
Copy
public const uint HasPhoneNumber = 16846856
Field Value
Type Description
uint
View Source

Id

Database record ID of the contact.

Declaration
C#
Copy
public const uint Id = 16912384
Field Value
Type Description
uint
View Source

Image

Image child record (multiple).

Declaration
C#
Copy
public const uint Image = 17170437
Field Value
Type Description
uint
View Source

IsFavorite

The contact is a favorite or not.

Declaration
C#
Copy
public const uint IsFavorite = 16842759
Field Value
Type Description
uint
View Source

LinkMode

The link mode, refer to the LinkModeValue. If the person_id was set, this value will be ignored.

Declaration
C#
Copy
public const uint LinkMode = 16908316
Field Value
Type Description
uint
View Source

MessageAlert

Message alert path of the contact.

Declaration
C#
Copy
public const uint MessageAlert = 17039389
Field Value
Type Description
uint
View Source

Messenger

Messenger child record (multiple).

Declaration
C#
Copy
public const uint Messenger = 17170452
Field Value
Type Description
uint
View Source

Name

Name child record (single).

Declaration
C#
Copy
public const uint Name = 17170446
Field Value
Type Description
uint
View Source

Nickname

Nickname child record (multiple).

Declaration
C#
Copy
public const uint Nickname = 17170455
Field Value
Type Description
uint
View Source

Note

Note child record (multiple).

Declaration
C#
Copy
public const uint Note = 17170448
Field Value
Type Description
uint
View Source

Number

Number child record (multiple).

Declaration
C#
Copy
public const uint Number = 17170449
Field Value
Type Description
uint
View Source

PersonId

Person ID that the contact belongs to. If set when inserting, a contact will be linked to the person.

Declaration
C#
Copy
public const uint PersonId = 16908298
Field Value
Type Description
uint
View Source

Profile

Profile child record (multiple).

Declaration
C#
Copy
public const uint Profile = 17170456
Field Value
Type Description
uint
View Source

Relationship

Relationship child record (multiple).

Declaration
C#
Copy
public const uint Relationship = 17170457
Field Value
Type Description
uint
View Source

RingtonePath

Ringtone path of the contact.

Declaration
C#
Copy
public const uint RingtonePath = 17039364
Field Value
Type Description
uint
View Source

Sip

SIP child record (multiple).

Declaration
C#
Copy
public const uint Sip = 17170462
Field Value
Type Description
uint
View Source

ThumbnailPath

Image thumbnail path of the contact.

Declaration
C#
Copy
public const uint ThumbnailPath = 17043462
Field Value
Type Description
uint
View Source

UId

Unique identifier.

Declaration
C#
Copy
public const uint UId = 17039371
Field Value
Type Description
uint
View Source

Uri

Identifier of this contacts view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.contact"
Field Value
Type Description
string
View Source

URL

URL child record (multiple).

Declaration
C#
Copy
public const uint URL = 17170454
Field Value
Type Description
uint
View Source

Vibration

Vibration path of the contact.

Declaration
C#
Copy
public const uint Vibration = 17039372
Field Value
Type Description
uint