Summary
Creation methods for observable change sets.
- Namespace
- DynamicData
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ObservableChangeSet"]
class Type type-node
Syntax
public static class ObservableChangeSet
Methods
Name | Value | Summary |
---|---|---|
Create |
IObservable |
Creates an observable list from a specified Subscribe method implementation.
static
|
Create |
IObservable |
Creates an observable list from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable list from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable list from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable list from a specified Subscribe method implementation.
static
|
Create |
IObservable |
Creates an observable list from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable list from a specified Subscribe method implementation.
static
|
Create |
IObservable |
Creates an observable list from a specified asynchronous Subscribe method.
static
|
Create |
IObservable |
Creates an observable cache from a specified Subscribe method implementation.
static
|
Create |
IObservable |
Creates an observable cache from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable cache from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable cache from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable cache from a specified Subscribe method implementation.
static
|
Create |
IObservable |
Creates an observable cache from a specified cancellable asynchronous Subscribe method. The CancellationToken passed to the asynchronous Subscribe method is tied to the returned disposable subscription, allowing best-effort cancellation.
static
|
Create |
IObservable |
Creates an observable cache from a specified Subscribe method implementation.
static
|
Create |
IObservable |
Creates an observable cache from a specified asynchronous Subscribe method.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|