Class DataItem
- Namespace
- Dynamicweb.Deployment
- Assembly
- Dynamicweb.Core.dll
Represents data about an entity.
public class DataItem : DataItemBase
- Inheritance
-
DataItem
- Inherited Members
Constructors
DataItem(string)
Initializes a new instance of the DataItem class.
public DataItem(string id)
Parameters
id
stringThe identifier.
Properties
Properties
Gets or sets the properties.
public IDictionary<string, object> Properties { get; set; }
Property Value
- IDictionary<string, object>
The properties.