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 : object
Inheritance
Book

Fields

View Source

AccountId

Account for this calendar.

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

Color

Calendar book color for UX.

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

Description

Calendar book description.

Declaration
C#
Copy
public const uint Description = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Id

Database record ID of the calendar book.

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

Location

Location of the event.

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

Mode

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

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

Name

Calendar book name.

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

StoreType

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

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

SyncData1

Generic data for use by syncing.

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

SyncData2

Generic data for use by syncing.

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

SyncData3

Generic data for use by syncing.

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

SyncData4

Generic data for use by syncing.

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

SyncEvent

Currently not used.

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

Uid

Unique identifier.

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

Uri

Identifier of this calendar book view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4
View Source

Visibility

Visibility of the calendar book for UX.

Declaration
C#
Copy
public const uint Visibility = null
Field Value
Type Description
UInt32
API Level: 4