The PagingInfo type exposes the following members.

Constructors

  NameDescription
PagingInfo
Construct a new PagingHelper.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
FirstIndexOfPage
Returns the index of the first item on the page.
ItemOffsets
Returns all page offsets for the current block of pages.
ItemsPerPage
Returns the page size.
LastIndexOfPage
Returns the index of the last item on the page.
NextBlockOffset
Returns the offset for the next block of pages.
NextItemOffset
Returns the offset for the next page of records.
Offset
Returns the current record offset.
PreviousBlockOffset
Returns the offset for the previous block of pages.
PreviousItemOffset
Returns the offset for the previous page of records.
StartPageNumber
Returns the page number for the first page in the current block.
TotalItemCount
Returns the index of the total record count.

See Also