Interface ISortedObservableCollectionAdaptor<TObject, TKey>
- Namespace
- Dynamic
Data .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.
- Extension Methods
Methods
Adapt(ISortedChangeSet<TObject, TKey>, IObservableCollection<TObject>)
Maintains the specified collection from the changes.
Parameters
changes
ISortedChange <TObject, TKey>Set The changes.
collection
IObservableCollection <TObject>The collection.