Updates the predecessors of the specified task in the component 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. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

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

Syntax

C#
public void UpdateAssignments(
	TaskItem item,
	string assignmentsString
)
Visual Basic (Declaration)
Public Sub UpdateAssignments ( _
	item As TaskItem, _
	assignmentsString As String _
)

Parameters

item
Type: DlhSoft.Windows.Data..::..TaskItem
assignmentsString
Type: System..::..String

See Also