The IPagedList<(Of <(<'T>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public methodContains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public methodCopyTo
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'T>)>)>.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodIndexOf
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'T>)>)>.)
Public methodInsert
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'T>)>)>.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public methodRemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'T>)>)>.)

Extension Methods

  NameDescription
Public Extension MethodForEach<(Of <<'(T>)>>)
Executes an action for each element in the source collection.
(Defined by CollectionExtensions.)
Public Extension MethodInPagesOf<(Of <<'(T>)>>)
Filters the incoming store to retrieve pages of a specified size.
(Defined by PagingExtensions.)
Public Extension MethodToPagedList<(Of <<'(T>)>>)
(Defined by PagingExtensions.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public propertyHasNextPage
Gets a boolean indicating if there is a next page available
Public propertyHasPreviousPage
Gets a boolean indicating if there is a previous page available
Public propertyIsFirstPage
Gets a boolean indicating if this is the first page
Public propertyIsLastPage
Gets a boolean indicating if this is the last page
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'T>)>)>.)
Public propertyPageCount
The no of pages in this list
Public propertyPageIndex
The index of the page contained in this list
Public propertyPageSize
The size of the page in this list
Public propertyTotalCount
The total number of objects in the data store

See Also