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.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public double GetExtraCost( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function GetExtraCost ( _ item As GanttChartItem _ ) As Double |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem