Class ContextItemData
Represents the data associated with an item in the context of a request.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public sealed class ContextItemData
Properties
DataFields
Gets or sets the data fields associated with the item.
Declaration
public List<ContextItemDataField> DataFields { get; set; }
Property Value
Type | Description |
---|---|
List<ContextItemDataField> |
MasterPart
Gets or sets the master part of the item.
Declaration
public Item.MasterPart MasterPart { get; set; }
Property Value
Type | Description |
---|---|
Item.MasterPart |