Ensures that dependency constrains between tasks are enforced.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
void EnsureDependencyConstraints( bool includeStartedTasks, DateTime start ) |
Visual Basic (Declaration) |
---|
Sub EnsureDependencyConstraints ( _ includeStartedTasks As Boolean, _ start As DateTime _ ) |
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.
- start
- Type: System..::.DateTime
The start date and time to consider for dependency constraint enforcement.