Class Relationship
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
Describes the properties of a Relationship record.
public static class Relationship
- Inheritance
-
objectRelationship
Fields
View SourceContactId
Contact ID that the relationship belongs to.
Declaration
public const uint ContactId = 25296897
Field Value
Type | Description |
---|---|
uint |
Id
Database record ID of the relationship.
Declaration
public const uint Id = 25300992
Field Value
Type | Description |
---|---|
uint |
Label
Custom relationship type label, when the relationship type is TypeValue.Custom.
Declaration
public const uint Label = 25427971
Field Value
Type | Description |
---|---|
uint |
Name
Selected contact name that the relationship belongs to.
Declaration
public const uint Name = 25427972
Field Value
Type | Description |
---|---|
uint |
Type
Relationship type, refer to the TypeValue.
Declaration
public const uint Type = 25296898
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this relationship view.
Declaration
public const string Uri = "tizen.contacts_view.relationship"
Field Value
Type | Description |
---|---|
string |