Share via


KanbanType::construct Method [AX 2012]

Creates an instance of the KanbanType class.

Syntax

client server public static KanbanType construct(Kanban _kanban)

Run On

Called

Parameters

  • _kanban
    Type: Kanban Table
    The Kanban object that is used to initialize the class.

Return Value

Type: KanbanType Class
An instance of the KanbanType class.

Exceptions

Exception Condition
Error

The specified value is not a LeanKanbanType enumeration value.

See Also

Reference

KanbanType Class