Interface IVirtualChangeSet<TObject, TKey>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
Represents a subset of data reduced by a defined set of parameters.
public interface IVirtualChangeSet<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.
IVirtualResponse Response { get; }