Table of Contents

Class DataItem

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Deployment.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 string
The identifier.
See Also

Properties

Properties

Gets or sets the properties.
public IDictionary<string, object> Properties { get; set; }

Property Value

IDictionary<string, object>
The properties.
See Also

See Also

To top