Interface IPageRequest
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
Represents a new page request.
public interface IPageRequest
Properties
Page
Gets the page to move to.
int Page { get; }
Property Value
Size
Gets the page size.
int Size { get; }