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