Table of Contents

Class InputDateControlBindingModel<TView, TViewModel, TValue>

A class that contains Viewmodel bindings for the InputDate<TValue> control.

public class InputDateControlBindingModel<TView, TViewModel, TValue> : AbstractUnboundInputDateControlBindingModel<TView, TViewModel, InputDate<TValue>, TValue>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
TValue
Inheritance
AbstractControlBindingModel<TView, TViewModel, InputDate<TValue>>
AbstractUnboundInputBaseControlBindingModel<TView, TViewModel, InputDate<TValue>, TValue>
AbstractUnboundInputDateControlBindingModel<TView, TViewModel, InputDate<TValue>, TValue>
InputDateControlBindingModel<TView, TViewModel, TValue>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

InputDateControlBindingModel(Expression<Func<TView, InputDate<TValue>>>)

Initializes a new instance of the InputDateControlBindingModel<TView, TViewModel, TValue> class.

public InputDateControlBindingModel(Expression<Func<TView, InputDate<TValue>>> viewExpression)

Parameters

viewExpression Expression<Func<TView, InputDate<TValue>>>

expression representing the control on the view to bind to.