Gets or sets the specific usage cost values to apply for the assigned resources of the managed tasks.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public IDictionary<string, double> SpecificResourceUsageCosts { get; set; }
Visual Basic (Declaration)
Public Property SpecificResourceUsageCosts As IDictionary(Of String, Double)

Implements

IGanttChartView..::.SpecificResourceUsageCosts

See Also