Table of Contents

Class EntryCellControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.Microsoft.Maui.Controls
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

TView
TViewModel
Inheritance
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

viewExpression Expression<Func<TView, EntryCell>>

expression representing the control on the view to bind to.