BindCommand<SingleAwaitSubject<T>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<SingleAwaitSubject<T>, TControl>>, Expression<Func<TViewModel, TParam>>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<SingleAwaitSubject<T>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<SingleAwaitSubject<T>, TControl>>, IObservable<TParam>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<SingleAwaitSubject<T>, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<SingleAwaitSubject<T>, TControl>>, string) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindValidation<SingleAwaitSubject<T>, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<SingleAwaitSubject<T>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
Binds the specified ViewModel property validation to the View property.
|
BindValidation<SingleAwaitSubject<T>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<SingleAwaitSubject<T>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<SingleAwaitSubject<T>, TViewModel, TViewProperty>(TViewModel, Expression<Func<SingleAwaitSubject<T>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
Binds the overall validation of a ViewModel to a specified View property.
|
BindValidation<SingleAwaitSubject<T>, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<SingleAwaitSubject<T>, TViewProperty>>, IValidationTextFormatter<string>) |
IDisposable |
|
BindValidation<SingleAwaitSubject<T>, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<SingleAwaitSubject<T>, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<SingleAwaitSubject<T>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<SingleAwaitSubject<T>, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) |
IDisposable |
Platform binding to the TextInputLayout.
|
DisposeWith<SingleAwaitSubject<T>>(CompositeDisposable) |
T |
Ensures the provided disposable is disposed with the specified CompositeDisposable .
|
InvokeViewModelAction<T>(Action<T>) |
object |
This is a thing I lifted from Prism.
|
WhenAny<SingleAwaitSubject<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<SingleAwaitSubject<T>, T1>>, Expression<Func<SingleAwaitSubject<T>, T2>>, Expression<Func<SingleAwaitSubject<T>, T3>>, Expression<Func<SingleAwaitSubject<T>, T4>>, Expression<Func<SingleAwaitSubject<T>, T5>>, Expression<Func<SingleAwaitSubject<T>, T6>>, Expression<Func<SingleAwaitSubject<T>, T7>>, Expression<Func<SingleAwaitSubject<T>, T8>>, Expression<Func<SingleAwaitSubject<T>, T9>>, Expression<Func<SingleAwaitSubject<T>, T10>>, Expression<Func<SingleAwaitSubject<T>, T11>>, Expression<Func<SingleAwaitSubject<T>, T12>>, Func<IObservedChange<SingleAwaitSubject<T>, T1>, IObservedChange<SingleAwaitSubject<T>, T2>, IObservedChange<SingleAwaitSubject<T>, T3>, IObservedChange<SingleAwaitSubject<T>, T4>, IObservedChange<SingleAwaitSubject<T>, T5>, IObservedChange<SingleAwaitSubject<T>, T6>, IObservedChange<SingleAwaitSubject<T>, T7>, IObservedChange<SingleAwaitSubject<T>, T8>, IObservedChange<SingleAwaitSubject<T>, T9>, IObservedChange<SingleAwaitSubject<T>, T10>, IObservedChange< |