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