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

AutoSuspendHelper Class

Summary

AutoSuspend-based App Delegate. To use AutoSuspend with iOS, change your AppDelegate to inherit from this class, then call:

Locator.Current.GetService.{ISuspensionHost}().SetupDefaultSuspendResume();.

This will fetch your SuspensionHost.

Helps manage android application lifecycle events. Class for helping with Auto Suspending. Auto Suspender helpers will assist with saving out the application state when the application closes or activates. AutoSuspend-based App Delegate. To use AutoSuspend with iOS, change your AppDelegate to inherit from this class, then call: Locator.Current.GetService{ISuspensionHost}().SetupDefaultSuspendResume(); This will get your suspension host.
Namespace
ReactiveUI
Interfaces
  • IDisposable
  • IEnableLogger
Base Types
  • IEnableLogger
graph BT Type-->Base0["IEnableLogger"] Type-.->Interface0["IDisposable"] Type-.->Interface1["IEnableLogger"] Type["AutoSuspendHelper"] class Type type-node

Syntax

public class AutoSuspendHelper : IEnableLogger, IDisposable, IEnableLogger

Constructors

Name Summary
AutoSuspendHelper(Application) Initializes a new instance of the AutoSuspendHelper class.
AutoSuspendHelper(Application) Initializes a new instance of the AutoSuspendHelper class.
AutoSuspendHelper(NSApplicationDelegate) Initializes a new instance of the AutoSuspendHelper class.
AutoSuspendHelper(UIApplicationDelegate) Initializes a new instance of the AutoSuspendHelper class.

Properties

Name Value Summary
IdleTimeout TimeSpan
Gets or sets the time out before the Auto Suspension happens.
LatestBundle Bundle?
Gets or sets the latest bundle.
static
LaunchOptions IDictionary<string, string>?
Gets the launch options.
UntimelyDemise Subject<Unit>
Gets a subject to indicate whether the application has untimely dismised.
static

Methods

Name Value Summary
ApplicationShouldTerminate(NSApplication) NSApplicationTerminateReply
Applications the should terminate.
DidBecomeActive(NSNotification) void
Dids the become active.
DidEnterBackground(UIApplication) void
Advances the enter background observable.
DidFinishLaunching(NSNotification) void
Dids the finish launching.
DidHide(NSNotification) void
Dids the hide.
DidResignActive(NSNotification) void
Dids the resign active.
Dispose() void
Dispose() void
Dispose() void
Dispose(bool) void
Disposes of resources inside the class.
Dispose(bool) void
Disposes of the items inside the class.
Dispose(bool) void
Disposes of any disposable entities within the class.
FinishedLaunching(UIApplication, NSDictionary) void
Advances the finished launching observable. Finisheds the launching.
OnActivated(UIApplication) void
Advances the on activated observable.

Extension Methods

Name Value Summary
BindCommand<AutoSuspendHelper, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<AutoSuspendHelper, TControl>>, Expression<Func<TViewModel, TParam>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<AutoSuspendHelper, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<AutoSuspendHelper, TControl>>, IObservable<TParam>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<AutoSuspendHelper, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<AutoSuspendHelper, TControl>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindValidation<AutoSuspendHelper, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<AutoSuspendHelper, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<AutoSuspendHelper, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<AutoSuspendHelper, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<AutoSuspendHelper, TViewModel, TViewProperty>(TViewModel, Expression<Func<AutoSuspendHelper, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<AutoSuspendHelper, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<AutoSuspendHelper, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<AutoSuspendHelper, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<AutoSuspendHelper, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<AutoSuspendHelper, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, T9>>, Expression<Func<AutoSuspendHelper, T10>>, Expression<Func<AutoSuspendHelper, T11>>, Expression<Func<AutoSuspendHelper, T12>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, T5>, IObservedChange<AutoSuspendHelper, T6>, IObservedChange<AutoSuspendHelper, T7>, IObservedChange<AutoSuspendHelper, T8>, IObservedChange<AutoSuspendHelper, T9>, IObservedChange<AutoSuspendHelper, T10>, IObservedChange<AutoSuspendHelper, T11>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, T9>>, Expression<Func<AutoSuspendHelper, T10>>, Expression<Func<AutoSuspendHelper, T11>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, T5>, IObservedChange<AutoSuspendHelper, T6>, IObservedChange<AutoSuspendHelper, T7>, IObservedChange<AutoSuspendHelper, T8>, IObservedChange<AutoSuspendHelper, T9>, IObservedChange<AutoSuspendHelper, T10>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, T9>>, Expression<Func<AutoSuspendHelper, T10>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, T5>, IObservedChange<AutoSuspendHelper, T6>, IObservedChange<AutoSuspendHelper, T7>, IObservedChange<AutoSuspendHelper, T8>, IObservedChange<AutoSuspendHelper, T9>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, T9>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, T5>, IObservedChange<AutoSuspendHelper, T6>, IObservedChange<AutoSuspendHelper, T7>, IObservedChange<AutoSuspendHelper, T8>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, T5>, IObservedChange<AutoSuspendHelper, T6>, IObservedChange<AutoSuspendHelper, T7>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, T5>, IObservedChange<AutoSuspendHelper, T6>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, T5>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, T4>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, T3>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, T2>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Func<IObservedChange<AutoSuspendHelper, T1>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1>(Expression<Func<AutoSuspendHelper, T1>>, Func<IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Expression?, Func<IObservedChange<AutoSuspendHelper, object>, IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression?, Func<IObservedChange<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, IObservable<T5>>>, Expression<Func<AutoSuspendHelper, IObservable<T6>>>, Expression<Func<AutoSuspendHelper, IObservable<T7>>>, Expression<Func<AutoSuspendHelper, IObservable<T8>>>, Expression<Func<AutoSuspendHelper, IObservable<T9>>>, Expression<Func<AutoSuspendHelper, IObservable<T10>>>, Expression<Func<AutoSuspendHelper, IObservable<T11>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, IObservable<T5>>>, Expression<Func<AutoSuspendHelper, IObservable<T6>>>, Expression<Func<AutoSuspendHelper, IObservable<T7>>>, Expression<Func<AutoSuspendHelper, IObservable<T8>>>, Expression<Func<AutoSuspendHelper, IObservable<T9>>>, Expression<Func<AutoSuspendHelper, IObservable<T10>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, IObservable<T5>>>, Expression<Func<AutoSuspendHelper, IObservable<T6>>>, Expression<Func<AutoSuspendHelper, IObservable<T7>>>, Expression<Func<AutoSuspendHelper, IObservable<T8>>>, Expression<Func<AutoSuspendHelper, IObservable<T9>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, IObservable<T5>>>, Expression<Func<AutoSuspendHelper, IObservable<T6>>>, Expression<Func<AutoSuspendHelper, IObservable<T7>>>, Expression<Func<AutoSuspendHelper, IObservable<T8>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, IObservable<T5>>>, Expression<Func<AutoSuspendHelper, IObservable<T6>>>, Expression<Func<AutoSuspendHelper, IObservable<T7>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, IObservable<T5>>>, Expression<Func<AutoSuspendHelper, IObservable<T6>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, IObservable<T5>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, IObservable<T4>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, IObservable<T3>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2>(Expression<Func<AutoSuspendHelper, IObservable<T1>>>, Expression<Func<AutoSuspendHelper, IObservable<T2>>>, Func<T1, T2, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Observe a observable which is set to a property, and automatically subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>, Expression<Func<AutoSuspendHelper, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyValue<AutoSuspendHelper, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, T1, T2, T3, T4, T5, T6>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, T1, T2, T3, T4, T5>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, T1, T2, T3, T4>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, T1, T2, T3>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, T1, T2>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, T9>>, Expression<Func<AutoSuspendHelper, T10>>, Expression<Func<AutoSuspendHelper, T11>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, T9>>, Expression<Func<AutoSuspendHelper, T10>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, T9>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, T8>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, T7>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, T6>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, T5>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4, T5>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, T4>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3, T4>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, T3>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2, T3>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, T2>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1, T2>(Expression<Func<AutoSuspendHelper, T1>>, Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet, T1>(Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TRet>(Expression<Func<AutoSuspendHelper, 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<AutoSuspendHelper, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.