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 SourceCleaningBoardName
Declaration
public const string CleaningBoardName = "KB_Cleaning"
Field Value
Type | Description |
---|---|
System.String |
ColorsDone
Declaration
public static readonly string[] ColorsDone
Field Value
Type | Description |
---|---|
System.String[] |
PipelineDoneName
Declaration
public const string PipelineDoneName = "Reinigung erfolgt"
Field Value
Type | Description |
---|---|
System.String |
PipelineFailedName
Declaration
public const string PipelineFailedName = "Reinigung unterbrochen"
Field Value
Type | Description |
---|---|
System.String |
PipelineInProgressName
Declaration
public const string PipelineInProgressName = "In Bearbeitung"
Field Value
Type | Description |
---|---|
System.String |
PipelineTodoName
Declaration
public const string PipelineTodoName = "Todo"
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceCheckInProgressPipe(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 |
CleaningOrderStatusChanged(CleaningPreOrder)
Declaration
public static void CleaningOrderStatusChanged(CleaningPreOrder order)
Parameters
Type | Name | Description |
---|---|---|
CleaningPreOrder | order |
CreateProcessByKanban(KanbanItemMovedEventArgs)
Declaration
public static void CreateProcessByKanban(KanbanItemMovedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
KanbanItemMovedEventArgs | args |
OpenProcessByDoubleClick(KanbanItemClickEventArgs)
Declaration
public static void OpenProcessByDoubleClick(KanbanItemClickEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
KanbanItemClickEventArgs | args |
ResetNewItem()
Checks if the add new item exists and creates it
Declaration
public static void ResetNewItem()