Table of Contents

Class ShellControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.Microsoft.Maui.Controls
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

TView
TViewModel
Inheritance
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

viewExpression Expression<Func<TView, Shell>>

expression representing the control on the view to bind to.