Bind<TViewModel, ReactiveImageCell<TViewModel>, TVMProp, TVProp, TDontCare>(TViewModel, Expression<Func<TViewModel, TVMProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TVProp>>, IObservable<TDontCare>, Func<TVMProp, TVProp>, Func<TVProp, TVMProp>, TriggerUpdate) |
IReactiveBinding<TView, (object view, bool isViewModel)> |
Binds the specified view model property to the given view property.
|
Bind<TViewModel, ReactiveImageCell<TViewModel>, TVMProp, TVProp, TDontCare>(TViewModel, Expression<Func<TViewModel, TVMProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TVProp>>, IObservable<TDontCare>, object, IBindingTypeConverter, IBindingTypeConverter, TriggerUpdate) |
IReactiveBinding<TView, (object view, bool isViewModel)> |
Binds the specified view model property to the given view property, and
provide a custom view update signaler to signal when the view property has been updated.
|
Bind<TViewModel, ReactiveImageCell<TViewModel>, TVMProp, TVProp>(TViewModel, Expression<Func<TViewModel, TVMProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TVProp>>, Func<TVMProp, TVProp>, Func<TVProp, TVMProp>) |
IReactiveBinding<TView, (object view, bool isViewModel)> |
Binds the specified view model property to the given view property.
|
Bind<TViewModel, ReactiveImageCell<TViewModel>, TVMProp, TVProp>(TViewModel, Expression<Func<TViewModel, TVMProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TVProp>>, object, IBindingTypeConverter, IBindingTypeConverter) |
IReactiveBinding<TView, (object view, bool isViewModel)> |
Binds the specified view model property to the given view property.
|
BindCommand<ReactiveImageCell<TViewModel>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TControl>>, Expression<Func<TViewModel, TParam>>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ReactiveImageCell<TViewModel>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TControl>>, IObservable<TParam>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ReactiveImageCell<TViewModel>, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TControl>>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindInteraction<TViewModel, ReactiveImageCell<TViewModel>, TInput, TOutput, TDontCare>(TViewModel, Expression<Func<TViewModel, Interaction<TInput, TOutput>>>, Func<InteractionContext<TInput, TOutput>, IObservable<TDontCare>>) |
IDisposable |
|
BindInteraction<TViewModel, ReactiveImageCell<TViewModel>, TInput, TOutput>(TViewModel, Expression<Func<TViewModel, Interaction<TInput, TOutput>>>, Func<InteractionContext<TInput, TOutput>, Task>) |
IDisposable |
|
BindValidation<ReactiveImageCell<TViewModel>, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<ReactiveImageCell<TViewModel>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
Binds the specified ViewModel property validation to the View property.
|
BindValidation<ReactiveImageCell<TViewModel>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ReactiveImageCell<TViewModel>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ReactiveImageCell<TViewModel>, TViewModel, TViewProperty>(TViewModel, Expression<Func<ReactiveImageCell<TViewModel>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
Binds the overall validation of a ViewModel to a specified View property.
|
BindValidation<ReactiveImageCell<TViewModel>, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<ReactiveImageCell<TViewModel>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
|
BindValidation<ReactiveImageCell<TViewModel>, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ReactiveImageCell<TViewModel>, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<ReactiveImageCell<TViewModel>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<ReactiveImageCell<TViewModel>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
InvokeViewModelAction<T>(Action<T>) |
object |
This is a thing I lifted from Prism.
|
OneWayBind<TViewModel, ReactiveImageCell<TViewModel>, TProp, TOut>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TOut>>, Func<TProp, TOut>) |
IReactiveBinding<TView, TOut> |
Binds the specified view model property to the given view, in a one-way (view model to view) fashion,
with the value of the view model property mapped through a selector function.
|
OneWayBind<TViewModel, ReactiveImageCell<TViewModel>, TVMProp, TVProp>(TViewModel, Expression<Func<TViewModel, TVMProp>>, Expression<Func<ReactiveImageCell<TViewModel>, TVProp>>, object, IBindingTypeConverter) |
IReactiveBinding<TView, TVProp> |
Binds the given property on the view model to a given property on the view in a one-way (view model to view) fashion.
|
WhenAny<ReactiveImageCell<TViewModel>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ReactiveImageCell<TViewModel>, T1>>, Expression<Func<ReactiveImageCell<TViewModel>, T2>>, Expression<Func<ReactiveImageCell<TViewModel>, T3>>, Expression<Func<ReactiveImageCell<TViewModel>, T4>>, Expression<Func<ReactiveImageCell<TViewModel>, T5>>, Expression<Func<ReactiveImageCell<TViewModel>, T6>>, Expression<Func<ReactiveImageCell<TViewModel>, T7>>, Expression<Func<ReactiveImageCell<TViewModel>, T8>>, Expression<Func<ReactiveImageCell<TViewModel>, T9>>, Expression<Func<ReactiveImageCell<TViewModel>, T10>>, Expression<Func<ReactiveImageCell<TViewModel>, T11>>, Expression<Func<ReactiveImageCell<TViewModel>, T12>>, Func<IObservedChange<ReactiveImageCell<TViewModel>, T1>, IObservedChange<ReactiveImageCell<TViewModel>, T2>, IObservedChange<ReactiveImageCell<TViewModel>, T3>, IObservedChange<ReactiveImageCell<TViewModel>, T4>, IObservedChange<ReactiveImageCell<TViewModel>, T5>, IObservedChange<ReactiveImageCell<TViewModel>, T6>, IObservedChange<ReactiveImageCell<TViewModel>, T7>, IObservedChange<ReactiveImageCell<TViewModel>, T8>, IObservedChange<ReactiveImageCell<TViewModel>, T9>, IObservedChange<ReactiveImageCell<TViewModel>, T10>, IObservedChange< |