A data binding specification describes how values are bound to slots (ISlotInfo) of a type or method. The specification can then be used to create new objects or invoke methods.

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

Syntax

C#
public abstract class DataBindingSpec
Visual Basic (Declaration)
Public MustInherit Class DataBindingSpec

Remarks

A specification automatically converts values to the correct types for data binding using a IConverter. It can also format the specification to a string using a IFormatter.

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Data..::.DataBindingSpec
    Gallio.Framework.Data..::.MethodInvocationSpec
    Gallio.Framework.Data..::.ObjectCreationSpec

See Also