Classes
Class | Description | |
---|---|---|
LiveViewExtensions |
Provides a set of static (extension) methods used in queries to define live views.
|
|
SourceChangeEventArgs<(Of <(<'T>)>)> |
Provides data for the Changed event.
|
Interfaces
Interface | Description | |
---|---|---|
IObservableSource<(Of <(<'T>)>)> |
Provides methods and events that are required for LiveLinq functionality, live views.
|
|
ITransaction |
Represents a transaction with an explicit scope.
|
Enumerations
Enumeration | Description | |
---|---|---|
Order |
Indicates if a certain order is required in the result collection of an operation.
|
|
SourceChangeType |
Describes a change occurring in a collection.
|
|
TransactionState |
Enumeration of the possible states an ITransaction can be in.
|