New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Assignments
The following article describes the Telerik.Web.UI.Gantt.Assignment object. An assignment can be associated with RadGantt Task and Resource.
Assignment Properties
The table below demonstrates some general properties of the Assignment object.
Name | Type | Description |
---|---|---|
ID | object | Gets or sets Assignment ID. |
ResourceID | object | Gets or sets pointer to a Resource using its ID. |
TaskID | object | Gets or sets pointer to a GanttTask using its ID. |
Units | object | Gets or sets the proportion of the Resource that is dedicated to current GanttTask. |
Assignment Methods
The table below demonstrates the public methods of the Assignment object.
Name | Parameters | Return type | Description |
---|---|---|---|
GetData | none | System.Collections.Specialized.IOrderedDictionary | Returns Assignment data as an Ordered dictionary. |
LoadFromDictionary | System.Collections.IDictionary | void | Loads Assignment data from a Dictionary. |