New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
assignment
assignment
index
assignment
Telerik.Web.UI.GanttAssignmentCollection
Inheritance Hierarchy
Methods
add
Adds an resource assignment to the collection.
Parameters
assignment Telerik.Web.UI.GanttAssignment
The resource assignment to add.
Returns
None
remove
Removes a resource assignment from the collection.
Parameters
assignment Telerik.Web.UI.GanttAssignment
The resource assignment to remove.
Returns
None
get_count
Returns the number of resource assignments in the collection.
Parameters
Returns
Number
The number of the resource assignments.
getAssignment
Gets the resource assignment from the collection residing at the index specified by the parameter.
Parameters
index Number
The index of the resource assignment that should be returned.
Returns
Telerik.Web.UI.GanttAssignment
The resource assignment at the specified index.
indexOf
Gets the index of a resource assignment.
Parameters
assignment Telerik.Web.UI.GanttAssignment
The resource assignment to get the index of.
Returns
Number
The index of the resource assignment.
toArray
Returns the collection represented as an array.
Parameters
Returns
Array
The collection represented as an array.