Table of Contents

Class ReactiveImageCellControlBindingModel<TView, TViewModel>

Namespace
Whipstaff.Maui.Maui.ViewToViewModelBindings.ReactiveUI.Maui
Assembly
Whipstaff.Maui.dll

A class that contains Viewmodel bindings for the ReactiveUI.Maui.ReactiveImageCell<TViewModel> control.

public class ReactiveImageCellControlBindingModel<TView, TViewModel> : AbstractUnboundReactiveImageCellControlBindingModel<TView, TViewModel, ReactiveImageCell<TViewModel>>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject

Type Parameters

TView
TViewModel
Inheritance
AbstractControlBindingModel<TView, TViewModel, ReactiveImageCell<TViewModel>>
AbstractUnboundElementControlBindingModel<TView, TViewModel, ReactiveImageCell<TViewModel>>
AbstractUnboundCellControlBindingModel<TView, TViewModel, ReactiveImageCell<TViewModel>>
AbstractUnboundTextCellControlBindingModel<TView, TViewModel, ReactiveImageCell<TViewModel>>
AbstractUnboundImageCellControlBindingModel<TView, TViewModel, ReactiveImageCell<TViewModel>>
AbstractUnboundReactiveImageCellControlBindingModel<TView, TViewModel, ReactiveImageCell<TViewModel>>
ReactiveImageCellControlBindingModel<TView, TViewModel>
Implements
IControlBindingModel<TView, TViewModel>
Inherited Members

Constructors

ReactiveImageCellControlBindingModel(Expression<Func<TView, ReactiveImageCell<TViewModel>>>)

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

public ReactiveImageCellControlBindingModel(Expression<Func<TView, ReactiveImageCell<TViewModel>>> viewExpression)

Parameters

viewExpression Expression<Func<TView, ReactiveImageCell<TViewModel>>>

expression representing the control on the view to bind to.