Table of Contents

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 string

The identifier.

Properties

Properties

Gets or sets the properties.

public IDictionary<string, object> Properties { get; set; }

Property Value

IDictionary<string, object>

The properties.

See Also

To top