Ensures that dependency constrains between tasks are enforced.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public void EnsureDependencyConstraints(
	bool includeStartedTasks
)
Visual Basic (Declaration)
Public Sub EnsureDependencyConstraints ( _
	includeStartedTasks As Boolean _
)

Parameters

includeStartedTasks
Type: System..::.Boolean
A value indicating whether or not to consider already started tasks (i.e. having completion > 0) for dependency constraint enforcement.

Implements

IGanttChartView..::.EnsureDependencyConstraints(Boolean)

See Also