Interface ISortedChangeSet<TObject, TKey>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
An update collection as per the system convention additionally providing a sorted set of the underling state.
public interface ISortedChangeSet<TObject, TKey> : IChangeSet<TObject, TKey>, IChangeSet, IEnumerable<Change<TObject, TKey>>, IEnumerable where TObject : notnull where TKey : notnull
Type Parameters
TObjectThe type of the object.
TKeyThe type of the key.
- Inherited Members
- Extension Methods
Properties
SortedItems
Gets all cached items in sort order.
Property Value
- IKey
Value <TObject, TKey>Collection