KanbanJobTmpPegging::addKanbanEventQuantityMapToList Method
Inserts records into a given List object based on an instance of the KanbanEventQuantityMap class.
Syntax
server private static List addKanbanEventQuantityMapToList(
List _list,
KanbanEventQuantityMap _kanbanEventQuantityMap,
[KanbanJobIcon _kanbanJobIcon])
Run On
Server
Parameters
- _list
Type: List Class
An instance of the List class.
- _kanbanEventQuantityMap
Type: KanbanEventQuantityMap Class
An instance of the KanbanEventQuantityMap class.
- _kanbanJobIcon
Type: KanbanJobIcon Class
An instance of the KanbanJobIcon class; optional.
Return Value
Type: List Class
The modified list.