Table of Contents

Class DocumentPageViewControlBindingModel<TView, TViewModel>

A class that contains Viewmodel bindings for the DocumentPageView control.

public class DocumentPageViewControlBindingModel<TView, TViewModel> : AbstractUnboundDocumentPageViewControlBindingModel<TView, TViewModel, DocumentPageView>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
DocumentPageViewControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

DocumentPageViewControlBindingModel(Expression<Func<TView, DocumentPageView>>)

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

public DocumentPageViewControlBindingModel(Expression<Func<TView, DocumentPageView>> viewExpression)

Parameters

viewExpression Expression<Func<TView, DocumentPageView>>

expression representing the control on the view to bind to.