Updates the predecessors of the specified task in the control based on a string value defining 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#
public void UpdatePredecessors(
	GanttChartItem item,
	string predecessorsString
)
Visual Basic (Declaration)
Public Sub UpdatePredecessors ( _
	item As GanttChartItem, _
	predecessorsString As String _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem
The task item to set the predecessors of.
predecessorsString
Type: System..::.String
A string value defining updated 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.

Implements

IGanttChartView..::.UpdatePredecessors(GanttChartItem, String)

See Also