Class Profile
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
Describes the properties of a Profile record.
public static class Profile
- Inheritance
-
objectProfile
Fields
View SourceAppId
Data for app_control_set_app_id.
Declaration
public const uint AppId = 30670855
Field Value
Type | Description |
---|---|
uint |
Category
Data for app_control_set_category.
Declaration
public const uint Category = 30670857
Field Value
Type | Description |
---|---|
uint |
ContactId
Contacts ID that the profile belongs to.
Declaration
public const uint ContactId = 30539777
Field Value
Type | Description |
---|---|
uint |
ExtraData
It includes "key:value,key:value," pairs. You should parse it. And you must base64 encode each key and value.
Declaration
public const uint ExtraData = 30670858
Field Value
Type | Description |
---|---|
uint |
Id
Database record ID of the profile.
Declaration
public const uint Id = 30543872
Field Value
Type | Description |
---|---|
uint |
Mime
Data for app_control_set_mime.
Declaration
public const uint Mime = 30670854
Field Value
Type | Description |
---|---|
uint |
Order
Priority to display the profile.
Declaration
public const uint Order = 30539780
Field Value
Type | Description |
---|---|
uint |
ProfileUri
Data for app_control_set_uri.
Declaration
public const uint ProfileUri = 30670856
Field Value
Type | Description |
---|---|
uint |
ServiceOperation
Data for app_control_set_operation.
Declaration
public const uint ServiceOperation = 30670853
Field Value
Type | Description |
---|---|
uint |
Text
Profile contents.
Declaration
public const uint Text = 30670851
Field Value
Type | Description |
---|---|
uint |
UId
Unique identifier.
Declaration
public const uint UId = 30670850
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this contacts profile view.
Declaration
public const string Uri = "tizen.contacts_view.profile"
Field Value
Type | Description |
---|---|
string |