Class | Description |
---|---|
DataPointBinding |
Encapsulates the base functionality for establishing a
DataPoint binding. |
DataPointBindingEntry |
A class holding a data item and the data point this item is bound to.
|
FieldNameDataPointBinding |
This class uses reflection to extract values from public fields.
|
GenericDataPointBinding<T,U> |
Represents a generic callback that retrieves a value from and object.
|
PropertyNameDataPointBinding |
This class uses reflection to get the value of a field that has a public getter.
|
ReflectiveDataPointBinding |
This class is a base for all classes that use a name for accessing the value of a bound member
using reflection.
|