K4 ServerK4MetaDataDefValueLists

K4 Meta Data Def Value Lists

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

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