The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

NugetCommandLineOptions Class

Summary

Command line options for working in a NuGet package mode.
graph BT Type-->Base0["CommandLineOptionsBase"] click Base0 "/api/Pharmacist.Console.CommandOptions/CommandLineOptionsBase" Base0-->Base1["object"] Type["NugetCommandLineOptions"] class Type type-node

Syntax

[Verb("generate-nuget", HelpText = "Generate from a specified NuGet package.")]
public class NugetCommandLineOptions : CommandLineOptionsBase

Attributes

Type Description
Verb

Properties

Name Value Summary
NugetPackageName string
Gets or sets the platform.
NugetVersion string
Gets or sets the reference assemblies.
OutputPath string
Gets or sets the path where to output the contents.
Inherited from CommandLineOptionsBase
OutputPrefix string
Gets or sets the output file prefix.
Inherited from CommandLineOptionsBase
PackageFolder string
Gets or sets the package folder. If not set a random folder will be used.
TargetFramework string
Gets or sets the reference assemblies.

Extension Methods

Name Value Summary
BindCommand<NugetCommandLineOptions, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<NugetCommandLineOptions, TControl>>, Expression<Func<TViewModel, TParam>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<NugetCommandLineOptions, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<NugetCommandLineOptions, TControl>>, IObservable<TParam>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<NugetCommandLineOptions, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<NugetCommandLineOptions, TControl>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindValidation<NugetCommandLineOptions, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<NugetCommandLineOptions, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<NugetCommandLineOptions, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<NugetCommandLineOptions, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<NugetCommandLineOptions, TViewModel, TViewProperty>(TViewModel, Expression<Func<NugetCommandLineOptions, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<NugetCommandLineOptions, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<NugetCommandLineOptions, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<NugetCommandLineOptions, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<NugetCommandLineOptions, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<NugetCommandLineOptions, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<NugetCommandLineOptions, 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<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Expression<Func<NugetCommandLineOptions, T10>>, Expression<Func<NugetCommandLineOptions, T11>>, Expression<Func<NugetCommandLineOptions, T12>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, IObservedChange<NugetCommandLineOptions, T6>, IObservedChange<NugetCommandLineOptions, T7>, IObservedChange<NugetCommandLineOptions, T8>, IObservedChange<NugetCommandLineOptions, T9>, IObservedChange<NugetCommandLineOptions, T10>, IObservedChange<NugetCommandLineOptions, T11>, IObservedChange<NugetCommandLineOptions, T12>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Expression<Func<NugetCommandLineOptions, T10>>, Expression<Func<NugetCommandLineOptions, T11>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, IObservedChange<NugetCommandLineOptions, T6>, IObservedChange<NugetCommandLineOptions, T7>, IObservedChange<NugetCommandLineOptions, T8>, IObservedChange<NugetCommandLineOptions, T9>, IObservedChange<NugetCommandLineOptions, T10>, IObservedChange<NugetCommandLineOptions, T11>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Expression<Func<NugetCommandLineOptions, T10>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, IObservedChange<NugetCommandLineOptions, T6>, IObservedChange<NugetCommandLineOptions, T7>, IObservedChange<NugetCommandLineOptions, T8>, IObservedChange<NugetCommandLineOptions, T9>, IObservedChange<NugetCommandLineOptions, T10>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, IObservedChange<NugetCommandLineOptions, T6>, IObservedChange<NugetCommandLineOptions, T7>, IObservedChange<NugetCommandLineOptions, T8>, IObservedChange<NugetCommandLineOptions, T9>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, IObservedChange<NugetCommandLineOptions, T6>, IObservedChange<NugetCommandLineOptions, T7>, IObservedChange<NugetCommandLineOptions, T8>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, IObservedChange<NugetCommandLineOptions, T6>, IObservedChange<NugetCommandLineOptions, T7>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, IObservedChange<NugetCommandLineOptions, T6>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, IObservedChange<NugetCommandLineOptions, T5>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3, T4>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, IObservedChange<NugetCommandLineOptions, T4>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2, T3>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, IObservedChange<NugetCommandLineOptions, T3>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1, T2>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Func<IObservedChange<NugetCommandLineOptions, T1>, IObservedChange<NugetCommandLineOptions, T2>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<NugetCommandLineOptions, TRet, T1>(Expression<Func<NugetCommandLineOptions, T1>>, Func<IObservedChange<NugetCommandLineOptions, T1>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<NugetCommandLineOptions, TRet>(Expression?, Func<IObservedChange<NugetCommandLineOptions, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Expression<Func<NugetCommandLineOptions, IObservable<T6>>>, Expression<Func<NugetCommandLineOptions, IObservable<T7>>>, Expression<Func<NugetCommandLineOptions, IObservable<T8>>>, Expression<Func<NugetCommandLineOptions, IObservable<T9>>>, Expression<Func<NugetCommandLineOptions, IObservable<T10>>>, Expression<Func<NugetCommandLineOptions, IObservable<T11>>>, Expression<Func<NugetCommandLineOptions, IObservable<T12>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Expression<Func<NugetCommandLineOptions, IObservable<T6>>>, Expression<Func<NugetCommandLineOptions, IObservable<T7>>>, Expression<Func<NugetCommandLineOptions, IObservable<T8>>>, Expression<Func<NugetCommandLineOptions, IObservable<T9>>>, Expression<Func<NugetCommandLineOptions, IObservable<T10>>>, Expression<Func<NugetCommandLineOptions, IObservable<T11>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Expression<Func<NugetCommandLineOptions, IObservable<T6>>>, Expression<Func<NugetCommandLineOptions, IObservable<T7>>>, Expression<Func<NugetCommandLineOptions, IObservable<T8>>>, Expression<Func<NugetCommandLineOptions, IObservable<T9>>>, Expression<Func<NugetCommandLineOptions, IObservable<T10>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Expression<Func<NugetCommandLineOptions, IObservable<T6>>>, Expression<Func<NugetCommandLineOptions, IObservable<T7>>>, Expression<Func<NugetCommandLineOptions, IObservable<T8>>>, Expression<Func<NugetCommandLineOptions, IObservable<T9>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Expression<Func<NugetCommandLineOptions, IObservable<T6>>>, Expression<Func<NugetCommandLineOptions, IObservable<T7>>>, Expression<Func<NugetCommandLineOptions, IObservable<T8>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Expression<Func<NugetCommandLineOptions, IObservable<T6>>>, Expression<Func<NugetCommandLineOptions, IObservable<T7>>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Expression<Func<NugetCommandLineOptions, IObservable<T6>>>, Func<T1, T2, T3, T4, T5, T6, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Expression<Func<NugetCommandLineOptions, IObservable<T5>>>, Func<T1, T2, T3, T4, T5, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3, T4>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Expression<Func<NugetCommandLineOptions, IObservable<T4>>>, Func<T1, T2, T3, T4, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2, T3>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Expression<Func<NugetCommandLineOptions, IObservable<T3>>>, Func<T1, T2, T3, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet, T1, T2>(Expression<Func<NugetCommandLineOptions, IObservable<T1>>>, Expression<Func<NugetCommandLineOptions, IObservable<T2>>>, Func<T1, T2, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Observe a observable which is set to a property, and automatically subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>, Expression<Func<NugetCommandLineOptions, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyValue<NugetCommandLineOptions, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>) IObservable<(T1, T2, T3, T4, T5, T6, T7)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, T1, T2, T3, T4, T5, T6>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>) IObservable<(T1, T2, T3, T4, T5, T6)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, T1, T2, T3, T4, T5>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>) IObservable<(T1, T2, T3, T4, T5)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, T1, T2, T3, T4>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>) IObservable<(T1, T2, T3, T4)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, T1, T2, T3>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>) IObservable<(T1, T2, T3)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, T1, T2>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>) IObservable<(T1, T2)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Expression<Func<NugetCommandLineOptions, T10>>, Expression<Func<NugetCommandLineOptions, T11>>, Expression<Func<NugetCommandLineOptions, T12>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Expression<Func<NugetCommandLineOptions, T10>>, Expression<Func<NugetCommandLineOptions, T11>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Expression<Func<NugetCommandLineOptions, T10>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Expression<Func<NugetCommandLineOptions, T9>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Expression<Func<NugetCommandLineOptions, T8>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Expression<Func<NugetCommandLineOptions, T7>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Expression<Func<NugetCommandLineOptions, T6>>, Func<T1, T2, T3, T4, T5, T6, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4, T5>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Expression<Func<NugetCommandLineOptions, T5>>, Func<T1, T2, T3, T4, T5, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3, T4>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Expression<Func<NugetCommandLineOptions, T4>>, Func<T1, T2, T3, T4, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2, T3>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Expression<Func<NugetCommandLineOptions, T3>>, Func<T1, T2, T3, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1, T2>(Expression<Func<NugetCommandLineOptions, T1>>, Expression<Func<NugetCommandLineOptions, T2>>, Func<T1, T2, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet, T1>(Expression<Func<NugetCommandLineOptions, T1>>, Func<T1, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<NugetCommandLineOptions, TRet>(Expression<Func<NugetCommandLineOptions, TRet>>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of a property on an object has changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
With<NugetCommandLineOptions, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.