PagedListingResult

Models the result of paged a listing operation.

Namespace:
Inetdev.Data.Filtering
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.Filtering.ListingResult{}

Constructors

PagedListingResult

Default constructor

Signature:
public Void PagedListingResult()

Properties

Page

Number of the listed page.

Signature:
public Int32 Page { get; set; }

PageInfo

Paging information.

Signature:
public PageInfo PageInfo { get; }

PageLength

Maximum items on the page.

Signature:
public Int32 PageLength { get; set; }