Class ReactiveInjectableComponentBaseControlBindingModel<TView, TViewModel, T>
- 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>>>)
Initializes a new instance of the ReactiveInjectableComponentBaseControlBindingModel<TView, TViewModel, T> class.
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.