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()
Visual Basic (Declaration)
Public Sub EnsureDependencyConstraints

See Also