Class RoutedViewHostControlBindingModel<TView, TViewModel>
- Namespace
- Whipstaff.Maui.Maui.ViewToViewModelBindings.ReactiveUI.Maui
- Assembly
- Whipstaff.Maui.dll
A class that contains Viewmodel bindings for the ReactiveUI.Maui.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
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, RoutedViewHost>AbstractUnboundElementControlBindingModel<TView, TViewModel, RoutedViewHost>AbstractUnboundNavigableElementControlBindingModel<TView, TViewModel, RoutedViewHost>AbstractUnboundVisualElementControlBindingModel<TView, TViewModel, RoutedViewHost>AbstractUnboundPageControlBindingModel<TView, TViewModel, RoutedViewHost>AbstractUnboundNavigationPageControlBindingModel<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
viewExpressionExpression<Func<TView, RoutedViewHost>>expression representing the control on the view to bind to.