Show / Hide Table of Contents

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 Source

Adapt(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.

Extension Methods

TraceExtensions.Trace<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>, TraceMode)
ReactiveObjectTypeUtilExtensions.GetObservable(Object)
ReactiveObjectTypeUtilExtensions.GetObservable<TObject, TMember>(TObject, Expression<Func<TObject, TMember>>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX