Instance Properties
Name | Description | Access |
---|---|---|
length | number The number of objects in the collection. | read-only |
Methods
anyItem( | ) |
→ K4NextTaskChange |
count( | ) |
→ number |
item( | index) |
→ K4NextTaskChange |
itemByRange( | from, to) |
→ K4NextTaskChange |
k4GetById( | k4Id) |
→ Object |
k4GetByName( | k4Name) |
→ Object |
lastItem( | ) |
→ K4NextTaskChange |
nextItem( | obj) |
→ K4NextTaskChange |
previousItem( | obj) |
→ K4NextTaskChange |
toSource( | ) |
→ string |
-
anyItem( )→ K4NextTaskChange -
Returns any K4NextTaskChange in the collection.
-
count( )→ number -
Displays the number of elements in the K4NextTaskChange.
-
everyItem( )→ K4NextTaskChange -
Returns every K4NextTaskChange in the collection.
-
firstItem( )→ K4NextTaskChange -
Returns the first K4NextTaskChange in the collection.
-
item( index)→ K4NextTaskChange -
Returns the K4NextTaskChange with the specified index or name.
index
The index or name. Can accept: Long Integer or String. -
itemByRange( from, to)→ K4NextTaskChange -
Returns the K4NextTaskChanges within the specified range.
from
The K4NextTaskChange, index, or name at the beginning of the range. Can accept: K4NextTaskChange, Long Integer or String. to
The K4NextTaskChange, index, or name at the end of the range. Can accept: K4NextTaskChange, Long Integer or String. -
k4GetById( k4Id)→ Object -
K4 Get By ID
k4Id
string K4 ID -
k4GetByName( k4Name)→ Object -
K4 Get By Name
k4Name
string K4 Name -
lastItem( )→ K4NextTaskChange -
Returns the last K4NextTaskChange in the collection.
-
middleItem( )→ K4NextTaskChange -
Returns the middle K4NextTaskChange in the collection.
-
nextItem( obj)→ K4NextTaskChange -
Returns the K4NextTaskChange whose index follows the specified K4NextTaskChange in the collection.
obj
K4NextTaskChange The K4NextTaskChange whose index comes before the desired K4NextTaskChange. -
previousItem( obj)→ K4NextTaskChange -
Returns the K4NextTaskChange with the index previous to the specified index.
obj
K4NextTaskChange The index of the K4NextTaskChange that follows the desired K4NextTaskChange. -
toSource( )→ string -
Generates a string which, if executed, will return the K4NextTaskChange.