Class MyProfileUpdatedInfo

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll

Describes the properties of a My profile updated information record.

C#
Copy
public static class MyProfileUpdatedInfo
Inheritance
object
MyProfileUpdatedInfo
Remarks

Read only view

Fields

View Source

AddressBookId

Address book ID that the updated my profile belongs to.

Declaration
C#
Copy
public const uint AddressBookId = 9568257
Field Value
Type Description
uint
Remarks

Read only view

View Source

LastChangedType

MyProfile change type, refer to the ContactsViews.ChangeType.

Declaration
C#
Copy
public const uint LastChangedType = 9568261
Field Value
Type Description
uint
Remarks

Read only view

View Source

Uri

Identifier of this my profile updated information view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.my_profile_updated_info"
Field Value
Type Description
string
Remarks

Read only view

View Source

Version

Updated version.

Declaration
C#
Copy
public const uint Version = 9568259
Field Value
Type Description
uint
Remarks

Read only view