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

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

Syntax

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

Inheritance Hierarchy

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

See Also