Gets the extra cost of the specified task, summing up TaskInitiationCost, the value returned by GetAssignmentsCost(TaskItem) method, and child task costs (for summary tasks).

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

Syntax

C#
public double GetExtraCost(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetExtraCost ( _
	item As TaskItem _
) As Double

See Also