Table of Contents

Class EditorControlBindingModel<TView, TViewModel, T>

A class that contains Viewmodel bindings for the Editor<T> control.

public class EditorControlBindingModel<TView, TViewModel, T> : AbstractUnboundEditorControlBindingModel<TView, TViewModel, Editor<T>, T>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
T
Inheritance
AbstractControlBindingModel<TView, TViewModel, Editor<T>>
EditorControlBindingModel<TView, TViewModel, T>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

EditorControlBindingModel(Expression<Func<TView, Editor<T>>>)

Initializes a new instance of the EditorControlBindingModel<TView, TViewModel, T> class.

public EditorControlBindingModel(Expression<Func<TView, Editor<T>>> viewExpression)

Parameters

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

expression representing the control on the view to bind to.