Assignments
A collection of assignments.
Assignments Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the assignment with the specified index or name. |
| length |
Long |
read |
The number of assignments in the collection. |
Assignments Methods
| Method |
Returns |
Description |
| add |
Assignment |
Create a new assignment. |
| anyItem |
Object |
Returns any assignment. |
| firstItem |
Object |
Returns the first assignment. |
| itemByID |
Object |
Returns the assignment with the specified ID. |
| itemByRange |
Objects |
Returns the assignments within the specified range. |
| lastItem |
Object |
Returns the last assignment. |
| middleItem |
Object |
Returns the middle assignment. |
| nextItem |
Object |
Returns the next assignment. |
| previousItem |
Object |
Returns the previous assignment. |