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