Class | Description | |
---|---|---|
LiveViewExtensions | Provides a set of static (extension) methods used in queries to define live views. | |
SourceChangeEventArgs<T> | Provides data for the IObservableSource<T>.Changed event. |
Interface | Description | |
---|---|---|
IObservableSource<T> | Provides methods and events that are required for LiveLinq functionality, live views. | |
ITransaction | Represents a transaction with an explicit scope. |
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. |