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