Class ContactGroupRelation

Definition

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

Describes the properties of a ContactGroupRelation record.

C#
Copy
public static class ContactGroupRelation : object
Inheritance
ContactGroupRelation
Remarks

Read only view

Fields

View Source

AddressBookId

AddressBook ID that the number belongs to.

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

ContactId

Contact ID that the number belongs to.

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

DisplayName

Display name of the contact that the number belongs to.

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 Contact.DisplayNameSourceType (projection).

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

GroupId

Database record ID of the group relation.

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

GroupName

Group name (projection).

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

PersonId

Person ID that the number belongs to.

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

RingtonePath

Ringtone path that the number belongs to (projection).

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

ThumbnailPath

Image thumbnail path that the number belongs to (projection).

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

Uri

Identifier of this contacts group relation view.

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