Class Contact

Definition

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

Describes the properties of a Contact record.

C#
Copy
public static class Contact : object
Inheritance
Contact

Fields

View Source

Address

Address child record (multiple).

Declaration
C#
Copy
public const uint Address = null
Field Value
Type Description
UInt32
API Level: 4
View Source

AddressBookId

AddressBook ID that the contact belongs to.

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

ChangedTime

Last changed contact time.

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

Company

Company child record (multiple).

Declaration
C#
Copy
public const uint Company = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DisplayName

Display name of the contact.

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

DisplaySourceType

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

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

Email

Email child record (multiple).

Declaration
C#
Copy
public const uint Email = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Event

Event child record (multiple).

Declaration
C#
Copy
public const uint Event = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Extension

Extension child record (multiple).

Declaration
C#
Copy
public const uint Extension = null
Field Value
Type Description
UInt32
API Level: 4
View Source

GroupRelation

GroupRelation child record (multiple).

Declaration
C#
Copy
public const uint GroupRelation = null
Field Value
Type Description
UInt32
API Level: 4
View Source

HasEmail

The contact has an email or not.

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

HasPhoneNumber

The contact has a phone number or not.

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

Id

Database record ID of the contact.

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

Image

Image child record (multiple).

Declaration
C#
Copy
public const uint Image = null
Field Value
Type Description
UInt32
API Level: 4
View Source

IsFavorite

The contact is a favorite or not.

Declaration
C#
Copy
public const uint IsFavorite = null
Field Value
Type Description
UInt32
API Level: 4
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 = null
Field Value
Type Description
UInt32
API Level: 4
View Source

MessageAlert

Message alert path of the contact.

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

Messenger

Messenger child record (multiple).

Declaration
C#
Copy
public const uint Messenger = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Name

Name child record (single).

Declaration
C#
Copy
public const uint Name = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Nickname

Nickname child record (multiple).

Declaration
C#
Copy
public const uint Nickname = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Note

Note child record (multiple).

Declaration
C#
Copy
public const uint Note = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Number

Number child record (multiple).

Declaration
C#
Copy
public const uint Number = null
Field Value
Type Description
UInt32
API Level: 4
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 = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Profile

Profile child record (multiple).

Declaration
C#
Copy
public const uint Profile = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Relationship

Relationship child record (multiple).

Declaration
C#
Copy
public const uint Relationship = null
Field Value
Type Description
UInt32
API Level: 4
View Source

RingtonePath

Ringtone path of the contact.

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

Sip

SIP child record (multiple).

Declaration
C#
Copy
public const uint Sip = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ThumbnailPath

Image thumbnail path of the contact.

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

UId

Unique identifier.

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

Uri

Identifier of this contacts view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4
View Source

URL

URL child record (multiple).

Declaration
C#
Copy
public const uint URL = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Vibration

Vibration path of the contact.

Declaration
C#
Copy
public const uint Vibration = null
Field Value
Type Description
UInt32
API Level: 4