Class StackBaseControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Maui.dll
A class that contains Viewmodel bindings for the StackBase control.
public class StackBaseControlBindingModel<TView, TViewModel> : AbstractUnboundStackBaseControlBindingModel<TView, TViewModel, StackBase>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, StackBase>AbstractUnboundElementControlBindingModel<TView, TViewModel, StackBase>AbstractUnboundNavigableElementControlBindingModel<TView, TViewModel, StackBase>AbstractUnboundVisualElementControlBindingModel<TView, TViewModel, StackBase>AbstractUnboundViewControlBindingModel<TView, TViewModel, StackBase>AbstractUnboundLayoutControlBindingModel<TView, TViewModel, StackBase>AbstractUnboundStackBaseControlBindingModel<TView, TViewModel, StackBase>StackBaseControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
StackBaseControlBindingModel(Expression<Func<TView, StackBase>>)
Initializes a new instance of the StackBaseControlBindingModel<TView, TViewModel> class.
public StackBaseControlBindingModel(Expression<Func<TView, StackBase>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, StackBase>>expression representing the control on the view to bind to.