Assignments
A collection of assignments.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Assignment with the specified index.
→ Assignment
Creates a new assignment.
filePath
File
The full path name of the new assignment.
versionComments?
String
The comment for this version.
forceSave?
Boolean
If true, forcibly saves a version.
withProperties?
Object
Initial values for properties of the new Assignment
Returns any Assignment in the collection.
Displays the number of elements in the Assignment.
Returns every Assignment in the collection.
Returns the first Assignment in the collection.
Returns the Assignment with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the Assignment with the specified ID.
Returns the Assignment with the specified name.
Returns the Assignments within the specified range.
from
Assignment | LongInteger | String
The Assignment, index, or name at the beginning of the range. Can accept: Assignment, Long Integer or String.
to
Assignment | LongInteger | String
The Assignment, index, or name at the end of the range. Can accept: Assignment, Long Integer or String.
Returns the last Assignment in the collection.
Returns the middle Assignment in the collection.
Returns the Assignment whose index follows the specified Assignment in the collection.
obj
Assignment
The Assignment whose index comes before the desired Assignment.
Returns the Assignment with the index previous to the specified index.
obj
Assignment
The index of the Assignment that follows the desired Assignment.
Generates a string which, if executed, will return the Assignment.
Object of 1
Properties elsewhere that hold a Assignments.