Table of Contents

Class StackBaseControlBindingModel<TView, TViewModel>

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

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

viewExpression Expression<Func<TView, StackBase>>

expression representing the control on the view to bind to.