Returns a string that may be used for displaying the predecessor indexes of the specified task within the component, 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.
You should call Initialize(Boolean, Boolean, Boolean) method before this call.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public string GetPredecessorsString( TaskItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetPredecessorsString ( _ item As TaskItem _ ) As String |
Parameters
- item
- Type: DlhSoft.Windows.Data..::..TaskItem