Table of Contents

Interface IChangeSet<TObject, TKey, TContext>

Namespace
DynamicData
Assembly
DynamicData.dll

A collection of changes with some arbitrary additional context.

Changes are always published in the order.

public interface IChangeSet<TObject, TKey, out TContext> : IChangeSet<TObject, TKey>, IChangeSet, IEnumerable<Change<TObject, TKey>>, IEnumerable where TObject : notnull where TKey : notnull

Type Parameters

TObject

The type of the object.

TKey

The type of the key.

TContext

The additional context.

Inherited Members
Extension Methods

Properties

Context

Additional context.

TContext Context { get; }

Property Value

TContext