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