Class DataItem
- Namespace
- Dynamicweb.Data
Portability
- Assembly
- Dynamicweb.Core.dll
Represents a data entry.
- Inheritance
-
Data
Item
- Inherited Members
Constructors
DataItem()
Initializes a new instance of the Data
DataItem(string)
Initializes a new instance of the Data
Parameters
id
string
Properties
Id
Gets the identifier.
Property Value
- string
The identifier.
Properties
Gets the data values.
Property Value
- IDictionary<string, object>
Key/value pairs of data values.