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