Class Extended
Definition
- Namespace:
- Tizen.Pims.Calendar.CalendarViews
- Assembly:
- Tizen.Pims.Calendar.dll
Describes the properties of an Extended record.
public static class Extended
- Inheritance
-
objectExtended
Fields
View SourceId
Database record ID of the extended_property.
Declaration
public const uint Id = 170921984
Field Value
Type | Description |
---|---|
uint |
Key
The key of the property.
Declaration
public const uint Key = 167780355
Field Value
Type | Description |
---|---|
uint |
RecordId
Related record ID.
Declaration
public const uint RecordId = 167776257
Field Value
Type | Description |
---|---|
uint |
RecordType
Enumeration value of the record type.
Declaration
public const uint RecordType = 167776258
Field Value
Type | Description |
---|---|
uint |
Uri
Identifier of this extended_property view.
Declaration
public const string Uri = "tizen.calendar_view.extended_property"
Field Value
Type | Description |
---|---|
string |
Value
The value of the property.
Declaration
public const uint Value = 167780356
Field Value
Type | Description |
---|---|
uint |