Interface IChangeSetAdaptor<TObject, TKey>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
A simple adaptor to inject side effects into a change set observable.
Type Parameters
TObject
The type of the object.
TKey
The type of the key.
- Extension Methods
Methods
Adapt(IChangeSet<TObject, TKey>)
Adapts the specified change.
Parameters
changes
IChangeSet <TObject, TKey>The change.