Gets the assignments cost of the specified task, summing up DefaultResourceUsageCost or SpecificResourceUsageCosts, and DefaultResourceHourCost or SpecificResourceHourCosts multiplied by work effort hours (for standard tasks). The value is eventually multiplied by assignment allocation units (if set).

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

Syntax

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

See Also