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