DirectBindingT Methods |
The DirectBindingT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CastTValue |
Casts this binding value to another (compatible) type.
| |
| CatchException(FuncException, Boolean) |
Catches any exceptions when setting the value of the binding
| |
| CatchExceptionTException(FuncTException, Boolean) |
Catches any exceptions of the specified TException when setting the value of the binding.
| |
| ChildTValue(ExpressionFuncT, TValue) |
Binds to the specified child property expression.
| |
| ChildTValue(IndirectBindingTValue) |
Binds to the specified child binding of this binding.
| |
| ConvertTValue |
Converts this binding's value to another value using delegates.
| |
| OnDataValueChanged |
Handles the DataValueChanged event
| |
| ToBool(T) |
Converts this binding to return a nullable boolean binding
| |
| ToBool(T, T) |
Converts this binding to return a nullable boolean binding
| |
| ToBool(T, T, T) |
Converts this binding to return a nullable boolean binding
| |
| ToTypeTType |
Uses System.Convert.ChangeType to change the value of the binding to the specified type.
|