IndirectBindingT Methods |
The IndirectBindingT generic type exposes the following members.
Name | Description | |
---|---|---|
AddValueChangedHandler |
Adds a handler to trap when the value of this binding changes for the specified object
| |
AfterDelay(Double, Boolean) |
Specifies that the binding should only respond to change events after a delay.
| |
AfterDelay(TimeSpan, Boolean) |
Specifies that the binding should only respond to change events after a delay.
| |
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.
| |
ChildTNewValue(ExpressionFuncT, TNewValue) |
Binds to the specified child property expression.
| |
ChildTNewValue(IndirectBindingTNewValue) |
Binds to the specified child binding of this binding.
| |
Convert(IValueConverter, Type, Object, CultureInfo) |
Converts the binding using the specified converter object.
| |
ConvertTValue(FuncT, TValue, FuncTValue, T) |
Converts this binding's value to another value using delegates.
| |
ConvertTValue(IValueConverter, Object, CultureInfo) |
Converts the binding using the specified converter object.
| |
EnumToString |
Converts the a binding to an enumeration to/from its string representation
| |
GetValue |
Gets the value from the specified object using this binding
| |
InternalGetValue |
Implements the logic to get the value from the specified object
| |
InternalSetValue |
Implements the logic to set the value to the specified object
| |
OfTypeTValue |
Casts this binding value to another (compatible) type, or returns the default if the types do not match.
| |
RemoveValueChangedHandler |
Removes the handler for the specified reference from AddValueChangedHandler(Object, EventHandlerEventArgs) | |
SetValue |
Sets the specified value to an object using this binding
| |
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.
|