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