BindCommand<ActivationForViewFetcher, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ActivationForViewFetcher, TControl>>, Expression<Func<TViewModel, TParam>>, string) |
IReactiveBinding<TView, TViewModel, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ActivationForViewFetcher, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ActivationForViewFetcher, TControl>>, IObservable<TParam>, string) |
IReactiveBinding<TView, TViewModel, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ActivationForViewFetcher, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ActivationForViewFetcher, TControl>>, string) |
IReactiveBinding<TView, TViewModel, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
ObservableForProperty<ActivationForViewFetcher, TValue, TRet>(Expression<Func<ActivationForViewFetcher, TValue>>, Func<TValue, TRet>, bool) |
IObservable<TRet> |
ObservableForProperty returns an Observable representing the
property change notifications for a specific property on a
ReactiveObject, running the IObservedChange through a Selector
function.
|
ObservableForProperty<ActivationForViewFetcher, TValue>(Expression<Func<ActivationForViewFetcher, TValue>>, bool, bool) |
IObservable<IObservedChange<TSender, TValue>> |
ObservableForProperty returns an Observable representing the
property change notifications for a specific property on a
ReactiveObject. This method (unlike other Observables that return
IObservedChange) guarantees that the Value property of
the IObservedChange is set.
|
SubscribeToExpressionChain<ActivationForViewFetcher, TValue>(Expression, bool, bool, bool) |
IObservable<IObservedChange<TSender, TValue>> |
Creates a observable which will subscribe to the each property and sub property
specified in the Expression. eg It will subscribe to x => x.Property1.Property2.Property3
each property in the lambda expression. It will then provide updates to the last value in the chain.
|
WhenAny<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, T9>>, Expression<Func<ActivationForViewFetcher, T10>>, Expression<Func<ActivationForViewFetcher, T11>>, Expression<Func<ActivationForViewFetcher, T12>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, T5>, IObservedChange<ActivationForViewFetcher, T6>, IObservedChange<ActivationForViewFetcher, T7>, IObservedChange<ActivationForViewFetcher, T8>, IObservedChange<ActivationForViewFetcher, T9>, IObservedChange<ActivationForViewFetcher, T10>, IObservedChange<ActivationForViewFetcher, T11>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, T9>>, Expression<Func<ActivationForViewFetcher, T10>>, Expression<Func<ActivationForViewFetcher, T11>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, T5>, IObservedChange<ActivationForViewFetcher, T6>, IObservedChange<ActivationForViewFetcher, T7>, IObservedChange<ActivationForViewFetcher, T8>, IObservedChange<ActivationForViewFetcher, T9>, IObservedChange<ActivationForViewFetcher, T10>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, T9>>, Expression<Func<ActivationForViewFetcher, T10>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, T5>, IObservedChange<ActivationForViewFetcher, T6>, IObservedChange<ActivationForViewFetcher, T7>, IObservedChange<ActivationForViewFetcher, T8>, IObservedChange<ActivationForViewFetcher, T9>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, T9>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, T5>, IObservedChange<ActivationForViewFetcher, T6>, IObservedChange<ActivationForViewFetcher, T7>, IObservedChange<ActivationForViewFetcher, T8>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, T5>, IObservedChange<ActivationForViewFetcher, T6>, IObservedChange<ActivationForViewFetcher, T7>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, T5>, IObservedChange<ActivationForViewFetcher, T6>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, T5>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, T4>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, T3>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, T2>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Func<IObservedChange<ActivationForViewFetcher, T1>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1>(Expression<Func<ActivationForViewFetcher, T1>>, Func<IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Expression, Func<IObservedChange<ActivationForViewFetcher, object>, IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression, Func<IObservedChange<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Expression<Func<ActivationForViewFetcher, IObservable<T6>>>, Expression<Func<ActivationForViewFetcher, IObservable<T7>>>, Expression<Func<ActivationForViewFetcher, IObservable<T8>>>, Expression<Func<ActivationForViewFetcher, IObservable<T9>>>, Expression<Func<ActivationForViewFetcher, IObservable<T10>>>, Expression<Func<ActivationForViewFetcher, IObservable<T11>>>, Expression<Func<ActivationForViewFetcher, IObservable<T12>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Expression<Func<ActivationForViewFetcher, IObservable<T6>>>, Expression<Func<ActivationForViewFetcher, IObservable<T7>>>, Expression<Func<ActivationForViewFetcher, IObservable<T8>>>, Expression<Func<ActivationForViewFetcher, IObservable<T9>>>, Expression<Func<ActivationForViewFetcher, IObservable<T10>>>, Expression<Func<ActivationForViewFetcher, IObservable<T11>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Expression<Func<ActivationForViewFetcher, IObservable<T6>>>, Expression<Func<ActivationForViewFetcher, IObservable<T7>>>, Expression<Func<ActivationForViewFetcher, IObservable<T8>>>, Expression<Func<ActivationForViewFetcher, IObservable<T9>>>, Expression<Func<ActivationForViewFetcher, IObservable<T10>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Expression<Func<ActivationForViewFetcher, IObservable<T6>>>, Expression<Func<ActivationForViewFetcher, IObservable<T7>>>, Expression<Func<ActivationForViewFetcher, IObservable<T8>>>, Expression<Func<ActivationForViewFetcher, IObservable<T9>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Expression<Func<ActivationForViewFetcher, IObservable<T6>>>, Expression<Func<ActivationForViewFetcher, IObservable<T7>>>, Expression<Func<ActivationForViewFetcher, IObservable<T8>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Expression<Func<ActivationForViewFetcher, IObservable<T6>>>, Expression<Func<ActivationForViewFetcher, IObservable<T7>>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Expression<Func<ActivationForViewFetcher, IObservable<T6>>>, Func<T1, T2, T3, T4, T5, T6, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Expression<Func<ActivationForViewFetcher, IObservable<T5>>>, Func<T1, T2, T3, T4, T5, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3, T4>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Expression<Func<ActivationForViewFetcher, IObservable<T4>>>, Func<T1, T2, T3, T4, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2, T3>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Expression<Func<ActivationForViewFetcher, IObservable<T3>>>, Func<T1, T2, T3, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet, T1, T2>(Expression<Func<ActivationForViewFetcher, IObservable<T1>>>, Expression<Func<ActivationForViewFetcher, IObservable<T2>>>, Func<T1, T2, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>, Expression<Func<ActivationForViewFetcher, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyValue<ActivationForViewFetcher, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, T1, T2, T3, T4, T5, T6>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, T1, T2, T3, T4, T5>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, T1, T2, T3, T4>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, T1, T2, T3>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, T1, T2>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, T9>>, Expression<Func<ActivationForViewFetcher, T10>>, Expression<Func<ActivationForViewFetcher, T11>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, T9>>, Expression<Func<ActivationForViewFetcher, T10>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, T9>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, T8>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, T7>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, T6>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, T5>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4, T5>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, T4>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3, T4>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, T3>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2, T3>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, T2>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1, T2>(Expression<Func<ActivationForViewFetcher, T1>>, Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet, T1>(Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TRet>(Expression<Func<ActivationForViewFetcher, 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<ActivationForViewFetcher, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|