Table of Contents

Class RoutedViewHostControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Wpf.ViewToViewModelBindings.ReactiveUI
Assembly
Whipstaff.Wpf.dll

A class that contains Viewmodel bindings for the ReactiveUI.RoutedViewHost control.

public class RoutedViewHostControlBindingModel<TView, TViewModel> : AbstractUnboundRoutedViewHostControlBindingModel<TView, TViewModel, RoutedViewHost>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, RoutedViewHost>
AbstractUnboundUIElementControlBindingModel<TView, TViewModel, RoutedViewHost>
AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, RoutedViewHost>
AbstractUnboundControlControlBindingModel<TView, TViewModel, RoutedViewHost>
AbstractUnboundContentControlControlBindingModel<TView, TViewModel, RoutedViewHost>
AbstractUnboundRoutedViewHostControlBindingModel<TView, TViewModel, RoutedViewHost>
RoutedViewHostControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

RoutedViewHostControlBindingModel(Expression<Func<TView, RoutedViewHost>>)

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

public RoutedViewHostControlBindingModel(Expression<Func<TView, RoutedViewHost>> viewExpression)

Parameters

viewExpression Expression<Func<TView, RoutedViewHost>>

expression representing the control on the view to bind to.