Interface IVirtualChangeSet<T>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
Represents a subset of data reduced by a defined set of parameters Changes are always published in the order.
public interface IVirtualChangeSet<T> : IChangeSet<T>, IEnumerable<Change<T>>, IEnumerable, IChangeSet where T : notnull
Type Parameters
T
The type of the object.
- Inherited Members
- Extension Methods
Properties
Response
Gets the parameters used to virtualise the stream.
IVirtualResponse Response { get; }