Class FrameControlBindingModel<TView, TViewModel>
- Assembly
- Whipstaff.Maui.dll
A class that contains Viewmodel bindings for the Frame control.
public class FrameControlBindingModel<TView, TViewModel> : AbstractUnboundFrameControlBindingModel<TView, TViewModel, Frame>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject
Type Parameters
TViewTViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, Frame>AbstractUnboundElementControlBindingModel<TView, TViewModel, Frame>AbstractUnboundNavigableElementControlBindingModel<TView, TViewModel, Frame>AbstractUnboundVisualElementControlBindingModel<TView, TViewModel, Frame>AbstractUnboundViewControlBindingModel<TView, TViewModel, Frame>AbstractUnboundLayoutControlBindingModel<TView, TViewModel, Frame>AbstractUnboundTemplatedViewControlBindingModel<TView, TViewModel, Frame>AbstractUnboundContentViewControlBindingModel<TView, TViewModel, Frame>AbstractUnboundFrameControlBindingModel<TView, TViewModel, Frame>FrameControlBindingModel<TView, TViewModel>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Inherited Members
Constructors
FrameControlBindingModel(Expression<Func<TView, Frame>>)
Initializes a new instance of the FrameControlBindingModel<TView, TViewModel> class.
public FrameControlBindingModel(Expression<Func<TView, Frame>> viewExpression)
Parameters
viewExpressionExpression<Func<TView, Frame>>expression representing the control on the view to bind to.