Namespace: Consultingwerk.Framework.Base
Interface 
IEnumerator Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Framework.Base.ListEnumerator, Consultingwerk.OERA.TableModelEnumerator, Consultingwerk.Studio.Proparse.JPNodesEnumerator, Consultingwerk.Studio.ProparseApi.NodesSetEnumerator

File:IEnumerator
Purpose:Interface for Enumerators of Lists, Collections or Dictionaries
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Jan 20 20:46:18 CET 2012



Top Method Summary
Options Name Purpose
LOGICAL MoveNext () Moves the enumerator to the next item
Reset () Resets the Enumerator (starts enumerating from the first item on)

Top Property Summary
Options Name Purpose
Progress.Lang.Object Current


Method Detail
Top

LOGICAL MoveNext ()

Purpose: Moves the enumerator to the next item
Notes:

Returns LOGICAL
True when the next item is available, false when not.
Top

Reset ()

Purpose: Resets the Enumerator (starts enumerating from the first item on)
Notes:



Property Detail
Top

Progress.Lang.Object Current


Returns Progress.Lang.Object


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:22