Adds predecessors to the specified task in the control based on a string value defining new predecessor indexes, optionally followed by dependency type abbreviations (FS, SS, FF, or SF) and/or lag times (in hours, with plus or minus sign prefix), and separated by commas.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
void AddPredecessors(
	GanttChartItem item,
	string predecessorsString
)
Visual Basic (Declaration)
Sub AddPredecessors ( _
	item As GanttChartItem, _
	predecessorsString As String _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The task item to add predecessors to.
predecessorsString
Type: System..::.String
A string value defining new predecessor indexes to add, optionally followed by dependency type abbreviations (FS, SS, FF, or SF) and/or lag times (in hours, with plus or minus sign prefix), and separated by commas.

See Also