FlowWright.cDevDeAPI Namespace
deWorkflowDefinition Class
deWorkflowDefinition Methods
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..getTaskProjections Method

Gets the task projections.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public DataTable getTaskProjections(
	Nullable<DateTime> oStartDateTime,
	bool includeSubWorkFlowSteps
)
Public Function getTaskProjections ( _
	oStartDateTime As Nullable(Of DateTime), _
	includeSubWorkFlowSteps As Boolean _
) As DataTable
public:
DataTable^ getTaskProjections(
	Nullable<DateTime^> oStartDateTime, 
	bool^ includeSubWorkFlowSteps
)

Parameters

oStartDateTime
Type: Nullable<(Of <(<'DateTime>)>)>
The o start date time.
includeSubWorkFlowSteps
Type: Boolean
if set to true [include sub work flow steps].

Return Value

DataTable.