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