PageInfo

PageInfo class

Contains information about retrieved page when paging methods are used.

Constructors

NameDescription
PageInfo (4 overloads)Initializes a new instance of the PageInfo class

Methods

NameDescription
get_AbsoluteOffsetGets additinal offset added to start index of a page
get_ItemsPerPageA number of items in page
get_LastPageIndicates whether current page is last page in view.
get_NextPageInformation of the next page or null if current page is last
get_PageOffsetGets offset of a page
get_TotalCountGets total count of items in view
set_AbsoluteOffsetGets additinal offset added to start index of a page
set_ItemsPerPageA number of items in page
set_LastPageIndicates whether current page is last page in view.
set_PageOffsetGets offset of a page
set_TotalCountGets total count of items in view
next