projStatement::construct Method [AX 2012]

Creates an instance of the appropriate class that inherits from this class based on the type of project statement report passed in as a parameter.

server public static projStatement construct(ProjListStateType _projListStateType)

Run On

Server

Parameters

_projListStateType
Type: ProjListStateType Enumeration
The type project statement report.

Return Value

Type: projStatement Class
An instance of the appropriate class.
Show: