Sets 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.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public void SetPredecessors( GanttChartItem item, string predecessorsString ) |
Visual Basic (Declaration) |
---|
Public Sub SetPredecessors ( _ 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 predecessor indexes to set, 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.