Initializes a new instance of the ResourceItem class.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public ResourceItem( Object content, double costPerHour ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ content As Object, _ costPerHour As Double _ ) |
Parameters
- content
- Type: System..::.Object
Content of this ResourceItem.
- costPerHour
- Type: System..::.Double
Cost per hour of this ResourceItem.