Represents a network predecessor item collection that generates dependencies between other task and the current task, defined by NetworkDiagramItem 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 NetworkPredecessorItemCollection : ObservableCollection<NetworkPredecessorItem>
Visual Basic (Declaration)
Public Class NetworkPredecessorItemCollection _
	Inherits ObservableCollection(Of NetworkPredecessorItem)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(NetworkPredecessorItem>)>)
    System.Collections.ObjectModel..::.ObservableCollection<(Of <(NetworkPredecessorItem>)>)
      DlhSoft.Windows.Controls.Pert..::.NetworkPredecessorItemCollection

See Also