Search Results for

    Show / Hide Table of Contents

    Class CleaningProcessEventHandler

    Handle the events from the cleaning kanban board

    Inheritance
    System.Object
    CleaningProcessEventHandler
    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.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningProcessEventHandler

    Fields

    | Improve this Doc View Source

    CleaningBoardName

    Declaration
    public const string CleaningBoardName = "KB_Cleaning"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    ColorsDone

    Declaration
    public static readonly string[] ColorsDone
    Field Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    PipelineDoneName

    Declaration
    public const string PipelineDoneName = "Reinigung erfolgt"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PipelineFailedName

    Declaration
    public const string PipelineFailedName = "Reinigung unterbrochen"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PipelineInProgressName

    Declaration
    public const string PipelineInProgressName = "In Bearbeitung"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PipelineTodoName

    Declaration
    public const string PipelineTodoName = "Todo"
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    CheckInProgressPipe(Guid)

    Check if already an order is in progress

    Declaration
    public static bool CheckInProgressPipe(Guid dataInstanceId)
    Parameters
    Type Name Description
    System.Guid dataInstanceId
    Returns
    Type Description
    System.Boolean

    found

    | Improve this Doc View Source

    CleaningOrderStatusChanged(CleaningPreOrder)

    Declaration
    public static void CleaningOrderStatusChanged(CleaningPreOrder order)
    Parameters
    Type Name Description
    CleaningPreOrder order
    | Improve this Doc View Source

    CreateProcessByKanban(KanbanItemMovedEventArgs)

    Declaration
    public static void CreateProcessByKanban(KanbanItemMovedEventArgs args)
    Parameters
    Type Name Description
    KanbanItemMovedEventArgs args
    | Improve this Doc View Source

    OpenProcessByDoubleClick(KanbanItemClickEventArgs)

    Declaration
    public static void OpenProcessByDoubleClick(KanbanItemClickEventArgs args)
    Parameters
    Type Name Description
    KanbanItemClickEventArgs args
    | Improve this Doc View Source

    ResetNewItem()

    Checks if the add new item exists and creates it

    Declaration
    public static void ResetNewItem()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx