Class CleaningKanbanColumnConfig
Describes the configuration of the columns in a cleaning kanban board.
Inheritance
Inherited Members
Namespace: Simplic.PlugIn.Logistics.Disposition.Cleaning
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningKanbanColumnConfig
Properties
| Improve this Doc View SourceFetchItemlimit
Gets or sets the fetch item limit. This limits the amount of items fetched from the db.
Declaration
public int? FetchItemlimit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Itemlimit
Gets or sets the limit for the amount of items allowed within the column.
Declaration
public int Itemlimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemLimitMode
Gets or sets the item limit mode. This discribes the property, by which the amount is being applied.
Declaration
public string ItemLimitMode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KanbanItemText
Gets or sets the template of the itemtext for this column.
Declaration
public string KanbanItemText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lane
Gets or sets the cleaning lane of the cleaning kanban column. This restricts, which items can be shown in the column.
Declaration
public string Lane { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the Name of the cleaning kanban column.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderBy
Gets or sets the propertyname which will be ordered by.
Declaration
public string OrderBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderDirection
Gets or sets the sorting direction. "ASC" or "DESC".
Declaration
public string OrderDirection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateGuid
Gets or sets the StateId of the cleaning kanban column. This restricts, which items can be shown in the column.
Declaration
public Guid StateGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |