Click or drag to resize

DirectBindingT Methods

The DirectBindingT generic type exposes the following members.

Methods
  NameDescription
Public methodCastTValue
Casts this binding value to another (compatible) type.
Public methodCatchException(FuncException, Boolean)
Catches any exceptions when setting the value of the binding
Public methodCatchExceptionTException(FuncTException, Boolean)
Catches any exceptions of the specified TException when setting the value of the binding.
Public methodCode exampleChildTValue(ExpressionFuncT, TValue)
Binds to the specified child property expression.
Public methodCode exampleChildTValue(IndirectBindingTValue)
Binds to the specified child binding of this binding.
Public methodConvertTValue
Converts this binding's value to another value using delegates.
Protected methodOnDataValueChanged
Handles the DataValueChanged event
Public methodToBool(T)
Converts this binding to return a nullable boolean binding
Public methodToBool(T, T)
Converts this binding to return a nullable boolean binding
Public methodToBool(T, T, T)
Converts this binding to return a nullable boolean binding
Public methodToTypeTType
Uses System.Convert.ChangeType to change the value of the binding to the specified type.
Top
See Also