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
TViewTViewModel
- 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
-
AbstractUnboundSwitchCellControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>.TextAbstractUnboundElementControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>.ClassIdAbstractUnboundElementControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>.EffectsAbstractUnboundElementControlBindingModel<TView, TViewModel, ReactiveSwitchCell<TViewModel>>.StyleId
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
viewExpressionExpression<Func<TView, ReactiveSwitchCell<TViewModel>>>expression representing the control on the view to bind to.