The IPagedList<(Of <(<'T>)>)> type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
| HasNextPage |
Gets a boolean indicating if there is a next page available
| |
| HasPreviousPage |
Gets a boolean indicating if there is a previous page available
| |
| IsFirstPage |
Gets a boolean indicating if this is the first page
| |
| IsLastPage |
Gets a boolean indicating if this is the last page
| |
| IsReadOnly | Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only. (Inherited from ICollection<(Of <(<'T>)>)>.) | |
| Item | Gets or sets the element at the specified index. (Inherited from IList<(Of <(<'T>)>)>.) | |
| PageCount |
The no of pages in this list
| |
| PageIndex |
The index of the page contained in this list
| |
| PageSize |
The size of the page in this list
| |
| TotalCount |
The total number of objects in the data store
|