Summary
Observable cache alias names.
- Namespace
- DynamicData
.Alias - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ObservableListAlias"]
class Type type-node
Syntax
public static class ObservableListAlias
Methods
Name | Value | Summary |
---|---|---|
Select |
IObservable |
Projects each update item to a new form using the specified transform function.
static
|
SelectMany |
IObservable |
Equivalent to a select many transform. To work, the key must individually identify each child.
**** Assumes each child can only have one parent - support for children with multiple parents is a work in progresses.
static
|
Where |
IObservable |
Filters the source using the specified valueSelector.
static
|
Where |
IObservable |
Filters source using the specified filter observable predicate.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|