A data item is an opaque representation of a collection of values and metadata that may be retrieved using data bindings that encode the appropriate lookup rules into the item.

Namespace:  Gallio.Framework.Data
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public interface IDataItem
Visual Basic (Declaration)
Public Interface IDataItem

Remarks

Data items may have very different forms:

  • Scalar-like items: Items that always yield a single value, possibly a constant
  • Row-like items: Items that yield several values in response to index-based data bindings or named column paths
  • Structured items: Items that yield values by binding to paths within the item or by resolving custom data binding expressions

See Also