Class UIDataBinder<T>
public abstract class UIDataBinder<T> : UIDataBinder, IUIDataBinder, IUIDataBinder<T>, IUIDataBindable<T>, IUIDataBindable where T : class
Type Parameters
T
- Inheritance
-
UIDataBinder<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
UIDataBinder()
protected UIDataBinder()
Properties
Data
public T Data { get; }
Property Value
- T
Methods
BindData(IProperty<T>)
public void BindData(IProperty<T> dataProperty)
Parameters
dataPropertyIProperty<T>