Syntax
| C# |
|---|
public class ARPager |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| ARPagerARPagerNew |
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetEnumerator | (Overrides AbstractPage..::GetEnumerator()().) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasPage |
Checks whether the specified page exists.
Useful for Google-like pagination.
(Inherited from AbstractPage.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| CalculatePaginationInfo |
Calculate the values of all properties
based on the specified parameters
(Inherited from AbstractPage.) | |
| 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| CurrentIndex |
The index this page represents
(Inherited from AbstractPage.) | |
| FirstIndex |
The first index
(Inherited from AbstractPage.) | |
| FirstItem |
The first element (index + 1)
(Inherited from AbstractPage.) | |
| HasFirst |
Returns true if a first page
exists
(Inherited from AbstractPage.) | |
| HasLast |
Returns true if a last page
exists
(Inherited from AbstractPage.) | |
| HasNext |
Returns true if a next page is
accessible from this page
(Inherited from AbstractPage.) | |
| HasPrevious |
Returns true if a previous page
is accessible from this page
(Inherited from AbstractPage.) | |
| LastIndex |
The last index available on the set
(Inherited from AbstractPage.) | |
| LastItem |
The last element in the page (count)
(Inherited from AbstractPage.) | |
| NextIndex |
The next index (from this page)
(Inherited from AbstractPage.) | |
| PageSize |
Gets the size of the page.
(Inherited from AbstractPage.) | |
| PreviousIndex |
The previous index (from this page)
(Inherited from AbstractPage.) | |
| TotalItems |
The count of all elements on the set
(Inherited from AbstractPage.) |