Table of Contents

Class ReactiveEntryCellControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.ReactiveUI.Maui
Assembly
Whipstaff.Maui.dll

A class that contains Viewmodel bindings for the ReactiveUI.Maui.ReactiveEntryCell<TViewModel> control.

public class ReactiveEntryCellControlBindingModel<TView, TViewModel> : AbstractUnboundReactiveEntryCellControlBindingModel<TView, TViewModel, ReactiveEntryCell<TViewModel>>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, ReactiveEntryCell<TViewModel>>
AbstractUnboundElementControlBindingModel<TView, TViewModel, ReactiveEntryCell<TViewModel>>
AbstractUnboundCellControlBindingModel<TView, TViewModel, ReactiveEntryCell<TViewModel>>
AbstractUnboundEntryCellControlBindingModel<TView, TViewModel, ReactiveEntryCell<TViewModel>>
AbstractUnboundReactiveEntryCellControlBindingModel<TView, TViewModel, ReactiveEntryCell<TViewModel>>
ReactiveEntryCellControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

ReactiveEntryCellControlBindingModel(Expression<Func<TView, ReactiveEntryCell<TViewModel>>>)

Initializes a new instance of the ReactiveEntryCellControlBindingModel<TView, TViewModel> class.

public ReactiveEntryCellControlBindingModel(Expression<Func<TView, ReactiveEntryCell<TViewModel>>> viewExpression)

Parameters

viewExpression Expression<Func<TView, ReactiveEntryCell<TViewModel>>>

expression representing the control on the view to bind to.