Table of Contents

Class SwitchCellControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.Microsoft.Maui.Controls
Assembly
Whipstaff.Maui.dll

A class that contains Viewmodel bindings for the SwitchCell control.

public class SwitchCellControlBindingModel<TView, TViewModel> : AbstractUnboundSwitchCellControlBindingModel<TView, TViewModel, SwitchCell>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
SwitchCellControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

SwitchCellControlBindingModel(Expression<Func<TView, SwitchCell>>)

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

public SwitchCellControlBindingModel(Expression<Func<TView, SwitchCell>> viewExpression)

Parameters

viewExpression Expression<Func<TView, SwitchCell>>

expression representing the control on the view to bind to.