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