Class InputSelectControlBindingModel<TView, TViewModel, TValue>
- Assembly
- Whipstaff.Blazor.dll
A class that contains Viewmodel bindings for the InputSelect<TValue> control.
public class InputSelectControlBindingModel<TView, TViewModel, TValue> : AbstractUnboundInputSelectControlBindingModel<TView, TViewModel, InputSelect<TValue>, TValue>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TView
TViewModel
TValue
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, InputSelect<TValue>>AbstractUnboundComponentBaseControlBindingModel<TView, TViewModel, InputSelect<TValue>>AbstractUnboundInputBaseControlBindingModel<TView, TViewModel, InputSelect<TValue>, TValue>AbstractUnboundInputSelectControlBindingModel<TView, TViewModel, InputSelect<TValue>, TValue>InputSelectControlBindingModel<TView, TViewModel, TValue>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
InputSelectControlBindingModel(Expression<Func<TView, InputSelect<TValue>>>)
Initializes a new instance of the InputSelectControlBindingModel<TView, TViewModel, TValue> class.
public InputSelectControlBindingModel(Expression<Func<TView, InputSelect<TValue>>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, InputSelect<TValue>>>expression representing the control on the view to bind to.