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