Interface IChangeSet<TObject, TKey>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
A collection of changes.
Changes are always published in the order.
public interface 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.
- Inherited Members
- Extension Methods
Properties
Updates
Gets the number of updates.
int Updates { get; }