Table of Contents

Class ReactiveInjectableComponentBaseControlBindingModel<TView, TViewModel, T>

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

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

public class ReactiveInjectableComponentBaseControlBindingModel<TView, TViewModel, T> : AbstractUnboundReactiveInjectableComponentBaseControlBindingModel<TView, TViewModel, ReactiveInjectableComponentBase<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, ReactiveInjectableComponentBase<T>>
AbstractUnboundComponentBaseControlBindingModel<TView, TViewModel, ReactiveInjectableComponentBase<T>>
AbstractUnboundReactiveInjectableComponentBaseControlBindingModel<TView, TViewModel, ReactiveInjectableComponentBase<T>, T>
ReactiveInjectableComponentBaseControlBindingModel<TView, TViewModel, T>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

ReactiveInjectableComponentBaseControlBindingModel(Expression<Func<TView, ReactiveInjectableComponentBase<T>>>)

public ReactiveInjectableComponentBaseControlBindingModel(Expression<Func<TView, ReactiveInjectableComponentBase<T>>> viewExpression)

Parameters

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

expression representing the control on the view to bind to.