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 SourceItems
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> |
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 |
TotalCount
s Gets or sets the total count from the query.
Declaration
public int TotalCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |