Class FrameControlBindingModel<TView, TViewModel>
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
TView
TViewModel
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, Frame>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, Frame>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, Frame>AbstractUnboundControlControlBindingModel<TView, TViewModel, Frame>AbstractUnboundContentControlControlBindingModel<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
viewExpression
Expression<Func<TView, Frame>>expression representing the control on the view to bind to.