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