Initializes a new instance of the ResourceItem class.

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

Syntax

C#
public ResourceItem(
	Object content,
	Schedule schedule,
	double costPerUsage,
	double costPerHour
)
Visual Basic (Declaration)
Public Sub New ( _
	content As Object, _
	schedule As Schedule, _
	costPerUsage As Double, _
	costPerHour As Double _
)

Parameters

content
Type: System..::.Object
Content of this ResourceItem.
schedule
Type: DlhSoft.Windows.Data..::.Schedule
Schedule of this ResourceItem.
costPerUsage
Type: System..::.Double
Cost per usage of this ResourceItem.
costPerHour
Type: System..::.Double
Cost per hour of this ResourceItem.

See Also