Iterates predecessor items of the specified item satisfying the specified dependency type condition in the PERT Chart related collection as PertChartItem objects.

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

C#
public IEnumerable<PertChartItem> GetPredecessors(
	PertChartItem item
)
Visual Basic (Declaration)
Public Function GetPredecessors ( _
	item As PertChartItem _
) As IEnumerable(Of PertChartItem)

See Also