Initializes a new instance of the PredecessorItem class.

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

Syntax

C#
public PredecessorItem(
	Object taskItem,
	DependencyType dependencyType,
	TimeSpan lag
)
Visual Basic (Declaration)
Public Sub New ( _
	taskItem As Object, _
	dependencyType As DependencyType, _
	lag As TimeSpan _
)

Parameters

taskItem
Type: System..::.Object
Task item of this PredecessorItem.
dependencyType
Type: DlhSoft.Windows.Data..::.DependencyType
Dependency type of this PredecessorItem.
lag
Type: System..::.TimeSpan
Lag of this PredecessorItem.

See Also