Show / Hide Table of Contents

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 Source

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

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