Search Results for

    Show / Hide Table of Contents

    Class WorkshopOrderClient

    Workshop client.

    Inheritance
    System.Object
    WorkshopOrderClient
    Implements
    IWorkshopOrderClient
    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 Source

    WorkshopOrderClient()

    Initialize the client.

    Declaration
    public WorkshopOrderClient()

    Methods

    | Improve this Doc View Source

    GetWorkshops(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.

    | Improve this Doc View Source

    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>

    Implements

    IWorkshopOrderClient
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx