Class EntryCellControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Maui.dll
A class that contains Viewmodel bindings for the EntryCell control.
public class EntryCellControlBindingModel<TView, TViewModel> : AbstractUnboundEntryCellControlBindingModel<TView, TViewModel, EntryCell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, EntryCell>AbstractUnboundElementControlBindingModel<TView, TViewModel, EntryCell>AbstractUnboundCellControlBindingModel<TView, TViewModel, EntryCell>AbstractUnboundEntryCellControlBindingModel<TView, TViewModel, EntryCell>EntryCellControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
EntryCellControlBindingModel(Expression<Func<TView, EntryCell>>)
Initializes a new instance of the EntryCellControlBindingModel<TView, TViewModel> class.
public EntryCellControlBindingModel(Expression<Func<TView, EntryCell>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, EntryCell>>expression representing the control on the view to bind to.