Represents a network predecessor item generating a dependency between another task and the current task, within the NetworkPredecessorItemCollection (Predecessors property) of a NetworkDiagramItem object.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public class NetworkPredecessorItem : DependencyObject, 
	INetworkPredecessorItem, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class NetworkPredecessorItem _
	Inherits DependencyObject _
	Implements INetworkPredecessorItem, INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls.Pert..::.NetworkPredecessorItem

See Also