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

ReactiveShellContent<TViewModel> Class

Summary

ShellViewModel.
Namespace
ReactiveUI.XamForms
Interfaces
Base Types
  • ShellContent
graph BT Type-->Base0["ShellContent"] Type-.->Interface0["IActivatableView"] click Interface0 "/api/ReactiveUI/IActivatableView" Type["ReactiveShellContent<TViewModel>"] class Type type-node

Syntax

public class ReactiveShellContent<TViewModel> : ShellContent, IActivatableView 
    where TViewModel : class

Type Parameters

Name Description
TViewModel The type of the view model.

Constructors

Name Summary
ReactiveShellContent() Initializes a new instance of the ReactiveShellContent<TViewModel> class.

Fields

Name Constant Value Summary
ContractProperty
The contract property.
static
ViewModelProperty
The view model property.
static

Properties

Name Value Summary
Contract string
Gets or sets the contract for the view.
ViewModel TViewModel
Gets or sets the view model.

Extension Methods

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

See Also

  • ShellContent