Interface ISortedChangeSetAdaptor<TObject, TKey>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
A simple adaptor to inject side effects into a sorted change set observable.
public interface ISortedChangeSetAdaptor<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>)
Adapts the specified change.
Parameters
changes
ISortedChange <TObject, TKey>Set The change.