A scalar data item represents a single static data value combined with optional metadata for the item. Data binding occurs whenever the binding index is 0.

Namespace:  Gallio.Framework.Data
Assembly:  Gallio (in Gallio.dll) Version: 3.4.0.0 (3.4.11.0)

Syntax

C#
public sealed class ScalarDataItem<T> : SimpleDataItem
Visual Basic (Declaration)
Public NotInheritable Class ScalarDataItem(Of T) _
	Inherits SimpleDataItem

Type Parameters

T
The value type.

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Data..::.BaseDataItem
    Gallio.Framework.Data..::.SimpleDataItem
      Gallio.Framework.Data..::.ScalarDataItem<(Of <(T>)>)

See Also