Class CleaningKanbanTransition
Discribes the allowed actions for a cleaning kanban board.
Inheritance
System.Object
CleaningKanbanTransition
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 CleaningKanbanTransition
Properties
| Improve this Doc View SourceAllowedUserGroupIds
Gets or sets the name of the user group ids allowed to perform this action.
Declaration
public List<int> AllowedUserGroupIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
MoveItemIndex
Gets or sets the needed index to move the item.
Declaration
public int? MoveItemIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SourceColumn
Gets or sets the name of the source column.
Declaration
public string SourceColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetColumn
Gets or sets the name of the target column.
Declaration
public string TargetColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String |