Table of Contents

Class LayoutViewControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Blazor.ViewToViewModelBindings.Microsoft.AspNetCore.Components
Assembly
Whipstaff.Blazor.dll

A class that contains Viewmodel bindings for the LayoutView control.

public class LayoutViewControlBindingModel<TView, TViewModel> : AbstractUnboundLayoutViewControlBindingModel<TView, TViewModel, LayoutView>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
LayoutViewControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

LayoutViewControlBindingModel(Expression<Func<TView, LayoutView>>)

Initializes a new instance of the LayoutViewControlBindingModel<TView, TViewModel> class.

public LayoutViewControlBindingModel(Expression<Func<TView, LayoutView>> viewExpression)

Parameters

viewExpression Expression<Func<TView, LayoutView>>

expression representing the control on the view to bind to.