Class Extended

Definition

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

Describes the properties of an Extended record.

C#
Copy
public static class Extended : object
Inheritance
Extended

Fields

View Source

Id

Database record ID of the extended_property.

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

Key

The key of the property.

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

RecordId

Related record ID.

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

RecordType

Enumeration value of the record type.

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

Uri

Identifier of this extended_property view.

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

Value

The value of the property.

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