Class SwitchCellControlBindingModel<TView, TViewModel>
- 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
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, SwitchCell>AbstractUnboundElementControlBindingModel<TView, TViewModel, SwitchCell>AbstractUnboundCellControlBindingModel<TView, TViewModel, SwitchCell>AbstractUnboundSwitchCellControlBindingModel<TView, TViewModel, SwitchCell>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
viewExpressionExpression<Func<TView, SwitchCell>>expression representing the control on the view to bind to.