Class GroupRelation

Definition

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

Describes the properties of a Group relation record.

C#
Copy
public static class GroupRelation : object
Inheritance
GroupRelation

Fields

View Source

ContactId

Database record ID of the contact.

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

GroupId

Database record ID of the group.

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

Id

Database record ID of the group relation (cannot be used as a filter).

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

Name

Group name.

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

Uri

Identifier of this relationship view.

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