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
Purpose: Returns the current item of the enumeration
Notes:



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

PUBLIC LOGICAL MoveNext ()

Purpose: Moves the enumerator to the next item
Notes:

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

PUBLIC Reset ()

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



Property Detail
Top

PUBLIC Progress.Lang.Object Current


Returns Progress.Lang.Object


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:20