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