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