Information about pagination in a connection.
More...
|
| PageInfo (Dictionary< string, object > dataJSON) |
| Accepts deserialized json data. Will further parse passed in data. More...
|
|
bool | hasNextPage () |
| Indicates if there are more pages to fetch. More...
|
|
bool | hasPreviousPage () |
| Indicates if there are any pages prior to the current page. More...
|
|
object | Clone () |
|
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
Information about pagination in a connection.
◆ PageInfo()
Shopify.Unity.PageInfo.PageInfo |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
dataJSON | Deserialized JSON data for PageInfo |
◆ hasNextPage()
bool Shopify.Unity.PageInfo.hasNextPage |
( |
| ) |
|
|
inline |
Indicates if there are more pages to fetch.
◆ hasPreviousPage()
bool Shopify.Unity.PageInfo.hasPreviousPage |
( |
| ) |
|
|
inline |
Indicates if there are any pages prior to the current page.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/PageInfo.cs