Class CleaningKanbanConfiguration
Describes the configuration of the claning kanban board.
Inheritance
System.Object
CleaningKanbanConfiguration
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.Cleaning
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningKanbanConfiguration
Properties
| Improve this Doc View SourceAllowedUserGroupIds
Gets or sets the user group ids of users, that are allowed to see the the cleaning station in the kanban board.
Declaration
public List<int> AllowedUserGroupIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Columns
Gets or sets the configurations for the columns in the cleaning kanban board.
Declaration
public List<CleaningKanbanColumnConfig> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CleaningKanbanColumnConfig> |
PresetCustomerGuid
Gets or sets the contactGuid for the cleaning order preset.
Declaration
public Guid PresetCustomerGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RefreshInterval
Gets or sets the amount of miliseconds between automatic cleaning kanban board refreshes.
Declaration
public int RefreshInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StationId
Gets or sets the contact guid of the cleaning station.
Declaration
public Guid StationId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Transitions
Gets or sets the allowed transitions for the cleaning kanban board. This only includes user actions.
Declaration
public List<CleaningKanbanTransition> Transitions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CleaningKanbanTransition> |