Class WorkshopOrderClient
Workshop client.
Inheritance
System.Object
WorkshopOrderClient
Implements
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
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class WorkshopOrderClient : IWorkshopOrderClient
Constructors
| Improve this Doc View SourceWorkshopOrderClient()
Initialize the client.
Declaration
public WorkshopOrderClient()
Methods
| Improve this Doc View SourceGetWorkshops(Int32, Int32)
Gets workshops that have been created today.
Declaration
public async Task<WorkshopGraphQLDataItem> GetWorkshops(int skipVar, int takeVar)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | skipVar | |
System.Int32 | takeVar |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<WorkshopGraphQLDataItem> | A json string with all workshops. |
GetWorkshopsWithDate(DateTime, DateTime, Int32, Int32)
Declaration
public async Task<WorkshopGraphQLDataItem> GetWorkshopsWithDate(DateTime startDate, DateTime endDate, int skipVar, int takeVar)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | startDate | |
System.DateTime | endDate | |
System.Int32 | skipVar | |
System.Int32 | takeVar |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<WorkshopGraphQLDataItem> |