Class ReactiveComponentBaseControlBindingModel<TView, TViewModel, T>
- Assembly
- Whipstaff.Blazor.dll
A class that contains Viewmodel bindings for the ReactiveUI.Blazor.ReactiveComponentBase<T> control.
public class ReactiveComponentBaseControlBindingModel<TView, TViewModel, T> : AbstractUnboundReactiveComponentBaseControlBindingModel<TView, TViewModel, ReactiveComponentBase<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, ReactiveComponentBase<T>>AbstractUnboundComponentBaseControlBindingModel<TView, TViewModel, ReactiveComponentBase<T>>AbstractUnboundReactiveComponentBaseControlBindingModel<TView, TViewModel, ReactiveComponentBase<T>, T>ReactiveComponentBaseControlBindingModel<TView, TViewModel, T>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
ReactiveComponentBaseControlBindingModel(Expression<Func<TView, ReactiveComponentBase<T>>>)
Initializes a new instance of the ReactiveComponentBaseControlBindingModel<TView, TViewModel, T> class.
public ReactiveComponentBaseControlBindingModel(Expression<Func<TView, ReactiveComponentBase<T>>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, ReactiveComponentBase<T>>>expression representing the control on the view to bind to.