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

BindingDirection Enum

Summary

The type of binding that the ReactiveBinding represents.
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["BindingDirection"] class Type type-node

Syntax

public enum BindingDirection

Fields

Name Constant Value Summary
AsyncOneWay 2
The binding is updated asynchronously one way from the ViewModel.
static
OneWay 0
The binding is updated only one way from the ViewModel.
static
TwoWay 1
The binding is updated from both the View and the ViewModel.
static

Extension Methods

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