Gets the total cost of the specified task, summing up ExecutionCost and the value returned by GetExtraCost(TaskItem) method.
Namespace:
DlhSoft.Windows.DataAssembly: 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 |
Parameters
- item
- Type: DlhSoft.Windows.Data..::..TaskItem