Class UpdatedInfo

Definition

Namespace:
Tizen.Pims.Calendar.CalendarViews
Assembly:
Tizen.Pims.Calendar.dll
API Level:
4

Describes the properties of an UpdatedInfo record.

C#
Copy
public static class UpdatedInfo
Inheritance
System.Object
UpdatedInfo
Remarks

Read only view.

Fields

View Source

CalendarId

Calendar book ID of the modified event (or todo) record.

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

Id

Modified event (or todo) record ID.

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

Type

Enumeration value of the modified status.

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

Uri

Identifier of this UpdatedInfo view.

Declaration
C#
Copy
public const string Uri = "tizen.calendar_view.updated_info"
Field Value
Type Description
System.String
API Level: 4
View Source

Version

Version after change.

Declaration
C#
Copy
public const uint Version = 150999043U
Field Value
Type Description
System.UInt32
API Level: 4