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

UpdateType Enum

Summary

The type of update triggered.
Namespace
ReactiveUI
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["UpdateType"] class Type type-node

Syntax

public enum UpdateType

Fields

Name Constant Value Summary
Add 0
An add update.
static
Delete 1
A delete update.
static

Extension Methods

Name Value Summary
BindValidation<UpdateType, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<UpdateType, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<UpdateType, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<UpdateType, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<UpdateType, TViewModel, TViewProperty>(TViewModel, Expression<Func<UpdateType, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<UpdateType, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<UpdateType, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<UpdateType, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<UpdateType, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<UpdateType, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, T9>>, Expression<Func<UpdateType, T10>>, Expression<Func<UpdateType, T11>>, Expression<Func<UpdateType, T12>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, T5>, IObservedChange<UpdateType, T6>, IObservedChange<UpdateType, T7>, IObservedChange<UpdateType, T8>, IObservedChange<UpdateType, T9>, IObservedChange<UpdateType, T10>, IObservedChange<UpdateType, T11>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, T9>>, Expression<Func<UpdateType, T10>>, Expression<Func<UpdateType, T11>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, T5>, IObservedChange<UpdateType, T6>, IObservedChange<UpdateType, T7>, IObservedChange<UpdateType, T8>, IObservedChange<UpdateType, T9>, IObservedChange<UpdateType, T10>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, T9>>, Expression<Func<UpdateType, T10>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, T5>, IObservedChange<UpdateType, T6>, IObservedChange<UpdateType, T7>, IObservedChange<UpdateType, T8>, IObservedChange<UpdateType, T9>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, T9>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, T5>, IObservedChange<UpdateType, T6>, IObservedChange<UpdateType, T7>, IObservedChange<UpdateType, T8>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, T5>, IObservedChange<UpdateType, T6>, IObservedChange<UpdateType, T7>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, T5>, IObservedChange<UpdateType, T6>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, T5>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, T4>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, T3>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2, T3>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, T2>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1, T2>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Func<IObservedChange<UpdateType, T1>, IObservedChange<UpdateType, 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<UpdateType, TRet, T1>(Expression<Func<UpdateType, T1>>, Func<IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Expression?, Func<IObservedChange<UpdateType, object>, IObservedChange<UpdateType, 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<UpdateType, TRet>(Expression?, Func<IObservedChange<UpdateType, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<UpdateType, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, 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<UpdateType, T1, T2, T3, T4, T5, T6>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, 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<UpdateType, T1, T2, T3, T4, T5>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, 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<UpdateType, T1, T2, T3, T4>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, 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<UpdateType, T1, T2, T3>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, 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<UpdateType, T1, T2>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, T9>>, Expression<Func<UpdateType, T10>>, Expression<Func<UpdateType, T11>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, T9>>, Expression<Func<UpdateType, T10>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, T9>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, T8>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, T7>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, T6>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, T5>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4, T5>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, T4>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3, T4>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, T3>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2, T3>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, T2>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1, T2>(Expression<Func<UpdateType, T1>>, Expression<Func<UpdateType, 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<UpdateType, TRet, T1>(Expression<Func<UpdateType, 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<UpdateType, TRet>(Expression<Func<UpdateType, 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<UpdateType, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.