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