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

PlatformRegistrations Class

Summary

Android platform registrations. .NET Framework platform registrations. Mac platform registrations. UIKit platform registrations. Tizen platform registrations. A mock platform registration for the .Net Standard. It will fire an exception since we need a target platform to run. Platform registrations for a .NET Core application.
Namespace
ReactiveUI
Interfaces
  • IWantsToRegisterStuff
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IWantsToRegisterStuff"] Type["PlatformRegistrations"] class Type type-node

Syntax

public class PlatformRegistrations : IWantsToRegisterStuff

Methods

Extension Methods

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

See Also