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.PertAssembly: 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) |
Parameters
- item
- Type: DlhSoft.Web.Mvc.Pert..::.PertChartItem