Search Results for

    Show / Hide Table of Contents

    Class WorkshopGraphQLDataItem

    Inheritance
    System.Object
    WorkshopGraphQLDataItem
    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 WorkshopGraphQLDataItem

    Properties

    | Improve this Doc View Source

    Items

    Gets or sets the nodes.

    This list contains all workshops from the current query.

    Declaration
    public IList<WorkshopModel> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<WorkshopModel>
    | Improve this Doc View Source

    PageInfo

    Gets or sets the pageinfo.

    These are important information about the current query.

    Declaration
    public PageInfo PageInfo { get; set; }
    Property Value
    Type Description
    PageInfo
    | Improve this Doc View Source

    TotalCount

    s Gets or sets the total count from the query.

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