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

Update Class

Summary

An update for the index normalizer.
Namespace
ReactiveUI
Base Types
  • object
graph BT Type-->Base0["object"] Type["Update"] class Type type-node

Syntax

public sealed class Update

Properties

Name Value Summary
Index int
Gets the index.
IsDuplicate bool
Gets a value indicating whether this instance is duplicate.
Type UpdateType
Gets the type.

Methods

Name Value Summary
AsDuplicate() Update
Created a duplicate update.
Create(UpdateType, int) Update
Creates an update of the specified type.
static
CreateAdd(int) Update
Creates an update for the added index.
static
CreateDelete(int) Update
Creates an update for the deleted index.
static
ToString() string

Extension Methods

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