GanttTaskSearch

Description

This activity performs the search operation on gantt tasks given a GanttTaskQuery object and returns the results as a DataTable. It is also returned a SearchResult object which has more precise informations about the results.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Input

QueryGanttTask InArgument<QueryGanttTask> REQUIRED

This argument represents the search query to be executed.

Use the activity GetGanttTaskSearch to get the basic query and then use the SetWhereField activities to apply some conditions.

Output

ResultAsDataTable OutArgument<DataTable>

The result of the search operation as a datatable

ResultAsDMGanttTasks OutArgument<List<IDMGanttTask>>

The result of the search operation as a list of DMGanttTasks

The result of the search operation.