Initializes a new instance of the AssignmentItem class.

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

Syntax

C#
public AssignmentItem(
	Object resourceItem,
	double allocationUnits
)
Visual Basic (Declaration)
Public Sub New ( _
	resourceItem As Object, _
	allocationUnits As Double _
)

Parameters

resourceItem
Type: System..::.Object
Resource item of this AssignmentItem.
allocationUnits
Type: System..::.Double
Allocation units value of this AssignmentItem.

See Also