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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also