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