IlsServerRelationIterator
 
IlsServerRelationIterator
Category 
Rogue Wave Views Script class (server side)
Description 
This Rogue Wave Views Script class is a proxy for an iterator on an Rogue Wave Server n-ary relation. Note that you are not supposed to modify the server relation while the iterator is opened. If the underlying relation is a hash table, for instance, renaming the object from the iterator will raise an exception because an iterator is opened.
Synopsis 
Properties
eol
current
Methods
IlsServerRelationIterator(IlsServerRelation)
next()
reset()
close()
API 
Properties
eol
This property is true if the iterator is at the end of the relation.
current
This property references the current IlsViewed or subclass object to which the iterator points.
Methods
IlsServerRelationIterator(IlsServerRelation)
This constructor builds an iterator from an server n-ary relation.
next()
This method moves the iterator forward, thereby changing the current property. The method. returns the current object. or null if the iterator is at the end of the relation.
reset()
This method resets the iterator to the beginning of the list.
close()
This method closes the iterator.
See Also 
IlsServerRelation (Script class)

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.