Interface IObservableCollectionAdaptor<TObject, TKey>
- Namespace
- Dynamic
Data .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
TObjectThe type of the object.
TKeyThe type of the key.
- Extension Methods
Methods
Adapt(IChangeSet<TObject, TKey>, IObservableCollection<TObject>)
Maintains the specified collection from the changes.
Parameters
changesIChangeSet <TObject, TKey>The changes.
collectionIObservableCollection <TObject>The collection.