Represents a predecessor item aware of its task, dependency type, and lag that can be used as a source object to be wrapped within a Predecessor and managed using a PredecessorManager. It is recommended to set at least these data properties: Task. These data properties can also be set: DependencyType, Lag.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
public class PredecessorItem : EntityItem, 
	IPredecessorItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class PredecessorItem _
	Inherits EntityItem _
	Implements IPredecessorItem

Inheritance Hierarchy

See Also