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

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

Syntax

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

See Also