Class Note

Definition

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

Describes the properties of a Note record.

C#
Copy
public static class Note
Inheritance
System.Object
Note

Fields

View Source

ContactId

Contact ID that the note belongs to.

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

Contents

Note contents.

Declaration
C#
Copy
public const uint Contents = 29622274U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Id

Database record ID of the note.

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

Uri

Identifier of this contacts note view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.note"
Field Value
Type Description
System.String
API Level: 4