Ensures that dependency constrains between tasks are enforced. You should call EnsureTimeScheduleConstraints()()()(), EnsureTimeLimitConstraints()()()(), and RemoveCircularDependencies()()()() methods before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void EnsureDependencyConstraints(
	DateTime start
)
Visual Basic (Declaration)
Public Sub EnsureDependencyConstraints ( _
	start As DateTime _
)

Parameters

start
Type: System..::..DateTime
The start date and time to consider for dependency constraint enforcement.

See Also