Share via


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.

Return Value

Type: List Class
The modified list.

See Also

Reference

KanbanJobTmpPegging Table