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

RegistrationNamespace Enum

Summary

Platforms or other registration namespaces for the dependency resolver to consider when initializing.
Namespace
ReactiveUI
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["RegistrationNamespace"] class Type type-node

Syntax

public enum RegistrationNamespace

Fields

Name Constant Value Summary
Avalonia 8
Avalonia.
static
Blazor 6
Blazor.
static
Drawing 7
Drawing.
static
Maui 9
Maui.
static
None 0
No platform to register.
static
Uno 4
Uno.
static
UnoWinUI 5
Uno Win UI.
static
Uwp 10
Uwp.
static
Winforms 2
Windows Forms.
static
WinUI 11
WinUI.
static
Wpf 3
WPF.
static
XamForms 1
Xamarin Forms.
static

Extension Methods

Name Value Summary
BindValidation<RegistrationNamespace, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<RegistrationNamespace, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<RegistrationNamespace, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<RegistrationNamespace, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<RegistrationNamespace, TViewModel, TViewProperty>(TViewModel, Expression<Func<RegistrationNamespace, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<RegistrationNamespace, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<RegistrationNamespace, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<RegistrationNamespace, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<RegistrationNamespace, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<RegistrationNamespace, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, T9>>, Expression<Func<RegistrationNamespace, T10>>, Expression<Func<RegistrationNamespace, T11>>, Expression<Func<RegistrationNamespace, T12>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, T5>, IObservedChange<RegistrationNamespace, T6>, IObservedChange<RegistrationNamespace, T7>, IObservedChange<RegistrationNamespace, T8>, IObservedChange<RegistrationNamespace, T9>, IObservedChange<RegistrationNamespace, T10>, IObservedChange<RegistrationNamespace, T11>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, T9>>, Expression<Func<RegistrationNamespace, T10>>, Expression<Func<RegistrationNamespace, T11>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, T5>, IObservedChange<RegistrationNamespace, T6>, IObservedChange<RegistrationNamespace, T7>, IObservedChange<RegistrationNamespace, T8>, IObservedChange<RegistrationNamespace, T9>, IObservedChange<RegistrationNamespace, T10>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, T9>>, Expression<Func<RegistrationNamespace, T10>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, T5>, IObservedChange<RegistrationNamespace, T6>, IObservedChange<RegistrationNamespace, T7>, IObservedChange<RegistrationNamespace, T8>, IObservedChange<RegistrationNamespace, T9>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, T9>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, T5>, IObservedChange<RegistrationNamespace, T6>, IObservedChange<RegistrationNamespace, T7>, IObservedChange<RegistrationNamespace, T8>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, T5>, IObservedChange<RegistrationNamespace, T6>, IObservedChange<RegistrationNamespace, T7>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, T5>, IObservedChange<RegistrationNamespace, T6>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, T5>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, T4>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, T3>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, T2>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Func<IObservedChange<RegistrationNamespace, T1>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1>(Expression<Func<RegistrationNamespace, T1>>, Func<IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Expression?, Func<IObservedChange<RegistrationNamespace, object>, IObservedChange<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression?, Func<IObservedChange<RegistrationNamespace, 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.
WhenAnyValue<RegistrationNamespace, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, T1, T2, T3, T4, T5, T6>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, T1, T2, T3, T4, T5>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, T1, T2, T3, T4>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, T1, T2, T3>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, T1, T2>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, T9>>, Expression<Func<RegistrationNamespace, T10>>, Expression<Func<RegistrationNamespace, T11>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, T9>>, Expression<Func<RegistrationNamespace, T10>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, T9>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, T8>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, T7>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, T6>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, T5>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4, T5>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, T4>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3, T4>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, T3>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2, T3>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, T2>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1, T2>(Expression<Func<RegistrationNamespace, T1>>, Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet, T1>(Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TRet>(Expression<Func<RegistrationNamespace, 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<RegistrationNamespace, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.