Iterates the list of assignments (defined as resource names) from a specific task within the control. Requires that AssignmentsContent property of the task item is of type string, formatted as a list of resource names separated by commas, optionally having associated allocation percents declared between square brackets (e.g.: "John, Mary [50%], Diane [12.5%]").

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public IEnumerable<string> GetAssignedResources(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function GetAssignedResources ( _
	item As GanttChartItem _
) As IEnumerable(Of String)

Parameters

item
Type: DlhSoft.Web.UI.WebControls..::.GanttChartItem
The task item to get the assignments of.

See Also