Interface IPagedChangeSet<TObject, TKey>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
A paged update collection.
public interface IPagedChangeSet<TObject, TKey> : ISortedChangeSet<TObject, TKey>, 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
Response
Gets the parameters used to virtualise the stream.
IPageResponse Response { get; }