Creates and inserts partial copies of the standard started task items that have not yet been fully completed considering their remaining work effort into the managed hierarchy, and updates the finish date and times of the original task items to their completion points. Used as preparation for rescheduling the remaining work effort task items, such as before calling the LevelResources()()() method.

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

Syntax

C#
public ReadOnlyCollection<GanttChartItem> SplitAllRemainingWork(
	string remainingSuffix,
	string completedSuffix
)
Visual Basic (Declaration)
Public Function SplitAllRemainingWork ( _
	remainingSuffix As String, _
	completedSuffix As String _
) As ReadOnlyCollection(Of GanttChartItem)

Parameters

remainingSuffix
Type: System..::.String
The suffix to apply to the Content property value for the new remaining work items.
completedSuffix
Type: System..::.String
The suffix to apply to the Content property value for the original items.

Return Value

The new remaining work items that can be rescheduled as needed.

See Also