Iterates the list of standard task assignments (defined as task items and associated allocation units) for a specific resource within the component. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

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

Syntax

C#
public IEnumerable<KeyValuePair<TaskItem, double>> GetAssignments(
	Object resource
)
Visual Basic (Declaration)
Public Function GetAssignments ( _
	resource As Object _
) As IEnumerable(Of KeyValuePair(Of TaskItem, Double))

Parameters

resource
Type: System..::..Object

See Also