Search Results for

    Show / Hide Table of Contents

    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 Source

    HasNextPage

    Gets or sets has next page.

    Declaration
    public bool HasNextPage { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HasPreviousPage

    Gets or sets has previous page.

    Declaration
    public bool HasPreviousPage { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx