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