Class PageInfo
Represents the page info.
This contains all important information about the current graphql query.
Inheritance
System.Object
PageInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Client
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class PageInfo
Properties
| Improve this Doc View SourceHasNextPage
Gets or sets has next page.
Declaration
public bool HasNextPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasPreviousPage
Gets or sets has previous page.
Declaration
public bool HasPreviousPage { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |