Add<T>(T) |
void |
Adds the specified item to the source list.
|
AddRange<T>(IEnumerable<T>) |
void |
Adds the specified items to the source list.
|
AsObservableList<T>() |
IObservableList<T> |
Converts the source list to an read only observable list.
|
BindCommand<ISourceList<T>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ISourceList<T>, TControl>>, Expression<Func<TViewModel, TParam>>, string?) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ISourceList<T>, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ISourceList<T>, TControl>>, IObservable<TParam>, string?) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindCommand<ISourceList<T>, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<ISourceList<T>, TControl>>, string?) |
IReactiveBinding<TView, TProp> |
Bind a command from the ViewModel to an explicitly specified control
on the View.
|
BindValidation<ISourceList<T>, TViewModel, TViewModelProperty, TViewProperty>(TViewModel?, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<ISourceList<T>, TViewProperty>>, IValidationTextFormatter<string>?) |
IDisposable |
Binds the specified ViewModel property validation to the View property.
|
BindValidation<ISourceList<T>, TViewModel, TViewModelProperty>(TViewModel?, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>?) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ISourceList<T>, TViewModel, TViewModelProperty>(TViewModel?, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>?) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ISourceList<T>, TViewModel, TViewProperty>(TViewModel?, Expression<Func<ISourceList<T>, TViewProperty>>, IValidationTextFormatter<string>?) |
IDisposable |
Binds the overall validation of a ViewModel to a specified View property.
|
BindValidation<ISourceList<T>, TViewModel, TViewProperty>(TViewModel?, Expression<Func<TViewModel?, ValidationHelper>>, Expression<Func<ISourceList<T>, TViewProperty>>, IValidationTextFormatter<string>?) |
IDisposable |
|
BindValidation<ISourceList<T>, TViewModel>(TViewModel?, Expression<Func<TViewModel?, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>?) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidation<ISourceList<T>, TViewModel>(TViewModel?, Expression<Func<TViewModel?, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>?) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<ISourceList<T>, TViewModel, TViewModelProperty>(TViewModel?, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>?) |
IDisposable |
Platform binding to the TextInputLayout.
|
BindValidationEx<ISourceList<T>, TViewModel, TViewModelProperty>(TViewModel?, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>?) |
IDisposable |
Platform binding to the TextInputLayout.
|
Cast<T, TDestination>(Func<T, TDestination>) |
IObservable<IChangeSet<TDestination>> |
Connects to the list, and converts the changes to another form
Alas, I had to add the converter due to type inference issues.
|
Clear<T>() |
void |
Clears all items from the specified source list.
|
DeferUntilLoaded<T>() |
IObservable<IChangeSet<T>> |
Defer the subscription until the cache has been inflated with data.
|
DisposeWith<ISourceList<T>>(CompositeDisposable) |
T |
Ensures the provided disposable is disposed with the specified CompositeDisposable .
|
EditDiff<T>(IEnumerable<T>, IEqualityComparer<T>?) |
void |
Loads the list with the specified items in an optimised manner i.e. calculates the differences between the old and new items
in the list and amends only the differences.
|
ExpireAfter<T>(Func<T, TimeSpan?>, IScheduler?) |
IObservable<IEnumerable<T>> |
Removes items from the cache according to the value specified by the time selector function.
|
ExpireAfter<T>(Func<T, TimeSpan?>, TimeSpan?, IScheduler?) |
IObservable<IEnumerable<T>> |
Removes items from the cache according to the value specified by the time selector function.
|
Insert<T>(int, T) |
void |
Adds the specified item to the source list.
|
InsertRange<T>(IEnumerable<T>, int) |
void |
Inserts the elements of a collection into the IExtendedList<T> at the specified index.
|
InvokeViewModelAction<T>(Action<T>) |
object |
This is a thing I lifted from Prism.
|
LimitSizeTo<T>(int, IScheduler?) |
IObservable<IEnumerable<T>> |
Limits the size of the source cache to the specified limit.
Notifies which items have been removed from the source list.
|
Move<T>(int, int) |
void |
Moves an item from the original to the destination index.
|
Remove<T>(T) |
bool |
Removes the specified item from the source list.
|
RemoveAt<T>(int) |
void |
Removes the element at the specified index.
|
RemoveMany<T>(IEnumerable<T>) |
void |
Removes the items from source in an optimised manner.
|
RemoveRange<T>(int, int) |
void |
|
Replace<T>(T, T) |
void |
Replaces the specified original with the destination object.
|
ReplaceAt<T>(int, T) |
void |
Replaces the item at the specified index with the new item.
|
WhenAny<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, T9>>, Expression<Func<ISourceList<T>, T10>>, Expression<Func<ISourceList<T>, T11>>, Expression<Func<ISourceList<T>, T12>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, T5>, IObservedChange<ISourceList<T>, T6>, IObservedChange<ISourceList<T>, T7>, IObservedChange<ISourceList<T>, T8>, IObservedChange<ISourceList<T>, T9>, IObservedChange<ISourceList<T>, T10>, IObservedChange<ISourceList<T>, T11>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, T9>>, Expression<Func<ISourceList<T>, T10>>, Expression<Func<ISourceList<T>, T11>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, T5>, IObservedChange<ISourceList<T>, T6>, IObservedChange<ISourceList<T>, T7>, IObservedChange<ISourceList<T>, T8>, IObservedChange<ISourceList<T>, T9>, IObservedChange<ISourceList<T>, T10>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, T9>>, Expression<Func<ISourceList<T>, T10>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, T5>, IObservedChange<ISourceList<T>, T6>, IObservedChange<ISourceList<T>, T7>, IObservedChange<ISourceList<T>, T8>, IObservedChange<ISourceList<T>, T9>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, T9>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, T5>, IObservedChange<ISourceList<T>, T6>, IObservedChange<ISourceList<T>, T7>, IObservedChange<ISourceList<T>, T8>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, T5>, IObservedChange<ISourceList<T>, T6>, IObservedChange<ISourceList<T>, T7>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, T5>, IObservedChange<ISourceList<T>, T6>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, T5>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, T4>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, T3>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, T2>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Func<IObservedChange<ISourceList<T>, T1>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1>(Expression<Func<ISourceList<T>, T1>>, Func<IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Expression, Func<IObservedChange<ISourceList<T>, object>, IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression, Func<IObservedChange<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Expression<Func<ISourceList<T>, IObservable<T6>>>, Expression<Func<ISourceList<T>, IObservable<T7>>>, Expression<Func<ISourceList<T>, IObservable<T8>>>, Expression<Func<ISourceList<T>, IObservable<T9>>>, Expression<Func<ISourceList<T>, IObservable<T10>>>, Expression<Func<ISourceList<T>, IObservable<T11>>>, Expression<Func<ISourceList<T>, IObservable<T12>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Expression<Func<ISourceList<T>, IObservable<T6>>>, Expression<Func<ISourceList<T>, IObservable<T7>>>, Expression<Func<ISourceList<T>, IObservable<T8>>>, Expression<Func<ISourceList<T>, IObservable<T9>>>, Expression<Func<ISourceList<T>, IObservable<T10>>>, Expression<Func<ISourceList<T>, IObservable<T11>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Expression<Func<ISourceList<T>, IObservable<T6>>>, Expression<Func<ISourceList<T>, IObservable<T7>>>, Expression<Func<ISourceList<T>, IObservable<T8>>>, Expression<Func<ISourceList<T>, IObservable<T9>>>, Expression<Func<ISourceList<T>, IObservable<T10>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Expression<Func<ISourceList<T>, IObservable<T6>>>, Expression<Func<ISourceList<T>, IObservable<T7>>>, Expression<Func<ISourceList<T>, IObservable<T8>>>, Expression<Func<ISourceList<T>, IObservable<T9>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Expression<Func<ISourceList<T>, IObservable<T6>>>, Expression<Func<ISourceList<T>, IObservable<T7>>>, Expression<Func<ISourceList<T>, IObservable<T8>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Expression<Func<ISourceList<T>, IObservable<T6>>>, Expression<Func<ISourceList<T>, IObservable<T7>>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Expression<Func<ISourceList<T>, IObservable<T6>>>, Func<T1, T2, T3, T4, T5, T6, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4, T5>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Expression<Func<ISourceList<T>, IObservable<T5>>>, Func<T1, T2, T3, T4, T5, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3, T4>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Expression<Func<ISourceList<T>, IObservable<T4>>>, Func<T1, T2, T3, T4, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2, T3>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Expression<Func<ISourceList<T>, IObservable<T3>>>, Func<T1, T2, T3, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet, T1, T2>(Expression<Func<ISourceList<T>, IObservable<T1>>>, Expression<Func<ISourceList<T>, IObservable<T2>>>, Func<T1, T2, TRet>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyObservable<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>, Expression<Func<ISourceList<T>, IObservable<TRet>>>) |
IObservable<TRet> |
|
WhenAnyValue<ISourceList<T>, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, T1, T2, T3, T4, T5, T6>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, T1, T2, T3, T4, T5>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, T1, T2, T3, T4>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, T1, T2, T3>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, T1, T2>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, T9>>, Expression<Func<ISourceList<T>, T10>>, Expression<Func<ISourceList<T>, T11>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, T9>>, Expression<Func<ISourceList<T>, T10>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, T9>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, T8>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, T7>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, T6>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, T5>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4, T5>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, T4>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3, T4>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, T3>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2, T3>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, T2>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1, T2>(Expression<Func<ISourceList<T>, T1>>, Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet, T1>(Expression<Func<ISourceList<T>, 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<ISourceList<T>, TRet>(Expression<Func<ISourceList<T>, 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<ISourceList<T>, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|