Gets the total cost of the specified task, summing up ExecutionCost and the value returned by GetExtraCost(GanttChartItem) method.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also