BindCommand<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, TControl>>, Expression<Func<TViewModel, TParam>>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, TControl>>, IObservable<TParam>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, TControl>>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindValidation<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
Binds the specified ViewModel property validation to the View property.
|
BindValidation<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TViewProperty>(TViewModel, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
Binds the overall validation of a ViewModel to a specified View property.
|
BindValidation<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
|
BindValidation<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<ReactivePagerAdapter<TViewModel, TCollection>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<ReactivePagerAdapter<TViewModel, TCollection>, 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.
|
Log<ReactivePagerAdapter<TViewModel, TCollection>>() |
IFullLogger |
Call this method to write log entries on behalf of the current class.
|
WhenAny<ReactivePagerAdapter<TViewModel, TCollection>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T1>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T2>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T3>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T4>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T5>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T6>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T7>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T8>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T9>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T10>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T11>>, Expression<Func<ReactivePagerAdapter<TViewModel, TCollection>, T12>>, Func<IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T1>, IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T2>, IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T3>, IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T4>, IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T5>, IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T6>, IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T7>, IObservedChange<ReactivePagerAdapter<TViewModel, TCollection>, T8> |