Table of Contents

Class ReactiveSwitchCellControlBindingModel<TView, TViewModel>

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

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

public class ReactiveSwitchCellControlBindingModel<TView, TViewModel> : AbstractUnboundReactiveSwitchCellControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>
AbstractUnboundElementControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>
AbstractUnboundCellControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>
AbstractUnboundSwitchCellControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>
AbstractUnboundReactiveSwitchCellControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>
ReactiveSwitchCellControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

ReactiveSwitchCellControlBindingModel(Expression<Func<TView, ReactiveSwitchCell<TViewModel>>>)

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

public ReactiveSwitchCellControlBindingModel(Expression<Func<TView, ReactiveSwitchCell<TViewModel>>> viewExpression)

Parameters

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

expression representing the control on the view to bind to.