Table of Contents

Interface IChangeSetAdaptor<TObject, TKey>

Namespace
DynamicData
Assembly
DynamicData.dll

A simple adaptor to inject side effects into a change set observable.

public interface IChangeSetAdaptor<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>)

Adapts the specified change.

void Adapt(IChangeSet<TObject, TKey> changes)

Parameters

changes IChangeSet<TObject, TKey>

The change.