Overload List
| Name | Description | |
|---|---|---|
| GetAssignments(GanttChartItem) |
Iterates the list of assignments (defined as resource names and associated allocation units) 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%]").
| |
| GetAssignments(String) |
Iterates the list of standard task assignments (defined as task items and associated allocation units) for a specific resource within the control.
Requires that AssignmentsContent property of the task items 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%]").
|