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