Table of Contents

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

int

Size

Gets the page size.

int Size { get; }

Property Value

int