Interface IUIDataBinder
public interface IUIDataBinder : IUIDataBindable
- Inherited Members
- Extension Methods
Properties
BoundType
Type BoundType { get; }
Property Value
IsBound
bool IsBound { get; }
Property Value
Methods
GetDataObject()
object GetDataObject()
Returns
GetDataObjectAs<T>()
T GetDataObjectAs<T>() where T : class
Returns
- T
Type Parameters
T