Table of Contents

Interface ISortedObservableCollectionAdaptor<TObject, TKey>

Namespace
DynamicData.Binding
Assembly
DynamicData.dll

Represents an adaptor which is used to update observable collection from a sorted change set stream.

public interface ISortedObservableCollectionAdaptor<TObject, TKey> where TObject : notnull where TKey : notnull

Type Parameters

TObject

The type of the object.

TKey

The type of the key.

Methods

Adapt(ISortedChangeSet<TObject, TKey>, IObservableCollection<TObject>)

Maintains the specified collection from the changes.

void Adapt(ISortedChangeSet<TObject, TKey> changes, IObservableCollection<TObject> collection)

Parameters

changes ISortedChangeSet<TObject, TKey>

The changes.

collection IObservableCollection<TObject>

The collection.