Represents a simple predecessor item that can be used as a data definition object when inserting or adding a Predecessor using a PredecessorManager with simple data management mode. 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 SimplePredecessorItem : SimpleEntityItem, 
	IPredecessorItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class SimplePredecessorItem _
	Inherits SimpleEntityItem _
	Implements IPredecessorItem

Inheritance Hierarchy

System..::.Object
  DlhSoft.Windows.Data..::.SimpleEntityItem
    DlhSoft.Windows.Data..::.SimplePredecessorItem

See Also