Table of Contents

Class ReactiveLayoutComponentBaseControlBindingModel<TView, TViewModel, T>

Namespace
Whipstaff.Blazor.ViewToViewModelBindings.ReactiveUI.Blazor
Assembly
Whipstaff.Blazor.dll

A class that contains Viewmodel bindings for the ReactiveUI.Blazor.ReactiveLayoutComponentBase<T> control.

public class ReactiveLayoutComponentBaseControlBindingModel<TView, TViewModel, T> : AbstractUnboundReactiveLayoutComponentBaseControlBindingModel<TView, TViewModel, ReactiveLayoutComponentBase<T>, T>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject where T : class, INotifyPropertyChanged

Type Parameters

TView
TViewModel
T
Inheritance
AbstractControlBindingModel<TView, TViewModel, ReactiveLayoutComponentBase<T>>
AbstractUnboundComponentBaseControlBindingModel<TView, TViewModel, ReactiveLayoutComponentBase<T>>
AbstractUnboundLayoutComponentBaseControlBindingModel<TView, TViewModel, ReactiveLayoutComponentBase<T>>
AbstractUnboundReactiveLayoutComponentBaseControlBindingModel<TView, TViewModel, ReactiveLayoutComponentBase<T>, T>
ReactiveLayoutComponentBaseControlBindingModel<TView, TViewModel, T>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

ReactiveLayoutComponentBaseControlBindingModel(Expression<Func<TView, ReactiveLayoutComponentBase<T>>>)

public ReactiveLayoutComponentBaseControlBindingModel(Expression<Func<TView, ReactiveLayoutComponentBase<T>>> viewExpression)

Parameters

viewExpression Expression<Func<TView, ReactiveLayoutComponentBase<T>>>

expression representing the control on the view to bind to.