Represents a predecessor item collection that generates dependencies between other task events and the current task event, defined by PertChartItem objects as their Predecessors property.
Namespace:
DlhSoft.Windows.Controls.Pert
Assembly:
DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public class PredecessorItemCollection : ObservableCollection<PredecessorItem> |
Visual Basic (Declaration) |
---|
Public Class PredecessorItemCollection _ Inherits ObservableCollection(Of PredecessorItem) |
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(PredecessorItem>)>)
System.Collections.ObjectModel..::.ObservableCollection<(Of <(PredecessorItem>)>)
DlhSoft.Windows.Controls.Pert..::.PredecessorItemCollection
System.Collections.ObjectModel..::.Collection<(Of <(PredecessorItem>)>)
System.Collections.ObjectModel..::.ObservableCollection<(Of <(PredecessorItem>)>)
DlhSoft.Windows.Controls.Pert..::.PredecessorItemCollection