Represents a predecessor item generating a dependency between another task and the current task, within the Predecessors collection of a NetworkDiagramItem object.

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

C#
[SerializableAttribute]
public class NetworkPredecessorItem
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NetworkPredecessorItem

Inheritance Hierarchy

System..::.Object
  DlhSoft.Web.Mvc.Pert..::.NetworkPredecessorItem

See Also