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