A collection of assignments.
|
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.
|