Table of Contents

Interface IPageChangeSet<T>

Namespace
DynamicData
Assembly
DynamicData.dll

Represents a paged subset of data reduced by a defined set of parameters Changes are always published in the order.

public interface IPageChangeSet<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.

IPageResponse Response { get; }

Property Value

IPageResponse