Class Book

Definition

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

Describes the properties of a Book record.

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

Fields

View Source

AccountId

Account for this calendar.

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

Color

Calendar book color for UX.

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

Description

Calendar book description.

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

Id

Database record ID of the calendar book.

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

Location

Location of the event.

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

Mode

Calendar book mode (refer to the CalendarTypes.BookMode).

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

Name

Calendar book name.

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

StoreType

Type of calendar contents (refer to the CalendarTypes.StoreType).

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

SyncData1

Generic data for use by syncing.

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

SyncData2

Generic data for use by syncing.

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

SyncData3

Generic data for use by syncing.

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

SyncData4

Generic data for use by syncing.

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

SyncEvent

Currently not used.

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

Uid

Unique identifier.

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

Uri

Identifier of this calendar book view.

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

Visibility

Visibility of the calendar book for UX.

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