Class ObservableCollectionAdapter<T>
An adapter class that binds an observable stream of changesets to a Cortex.Net observable collection.
Inheritance
System.Object
ObservableCollectionAdapter<T>
Namespace: Cortex.Net.DynamicData
Assembly: Cortex.Net.DynamicData.dll
Syntax
public sealed class ObservableCollectionAdapter<T> : IChangeSetAdaptor<T>
Type Parameters
Name | Description |
---|---|
T | The type of the collection. |
Methods
| Improve this Doc View SourceAdapt(IChangeSet<T>)
Adapt the Cortex.Net collection based on a single changeset.
Declaration
public void Adapt(IChangeSet<T> change)
Parameters
Type | Name | Description |
---|---|---|
IChangeSet<T> | change | The changeset to process. |