Interface IObservableCollectionAdaptor<TObject, TKey>
- Namespace
- DynamicData.Binding
- Assembly
- DynamicData.dll
Represents an adaptor which is used to update observable collection from a change set stream.
public interface IObservableCollectionAdaptor<TObject, TKey> where TObject : notnull where TKey : notnull
Type Parameters
TObject
The type of the object.
TKey
The type of the key.
Methods
Adapt(IChangeSet<TObject, TKey>, IObservableCollection<TObject>)
Maintains the specified collection from the changes.
void Adapt(IChangeSet<TObject, TKey> changes, IObservableCollection<TObject> collection)
Parameters
changes
IChangeSet<TObject, TKey>The changes.
collection
IObservableCollection<TObject>The collection.