Iterates successor items of the specified item in the Gantt Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type) as PredecessorItem objects.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public IEnumerable<KeyValuePair<GanttChartItem, PredecessorItem>> GetSuccessorPredecessorItems( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSuccessorPredecessorItems ( _ item As GanttChartItem _ ) As IEnumerable(Of KeyValuePair(Of GanttChartItem, PredecessorItem)) |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem