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