Class ContextItemDataField
Represents a data field associated with an item in the context of a request.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public sealed class ContextItemDataField
Properties
Name
Gets or sets the name of the data field.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionName
Gets or sets the name of the section the data field belongs to.
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value of the data field.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object |