Iterates the critical predecessor items of the project consisting of all task event dependencies within the control.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
public IEnumerable<PredecessorItem> GetCriticalDependencies()
Visual Basic (Declaration)
Public Function GetCriticalDependencies As IEnumerable(Of PredecessorItem)

See Also