Namespace: Consultingwerk.Framework.Collections
Class 
IntegerDictionaryEnumerator Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:IntegerDictionaryEnumerator
Purpose:Enumerator for the ABL Primitive Dictionary Classes
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Jan 25 23:32:21 CET 2012
Notes:Does not implement IEnumerator as the Current property
cannot be of any common type



Top Method Summary
Options Name Purpose
ListChangedHandler (Object, ListChangedEventArgs) Event handler for the ListChanged event of the IEnumerable instance
LOGICAL MoveNext () Moves the enumerator to the next item
Reset () Resets the Enumerator (starts enumerating from the first item on)

Top Constructor Summary
Options Name Purpose
IntegerDictionaryEnumerator (AblPrimitiveDictionary) Constructor for the DictionaryEnumerator class

Top Property Summary
Options Name Purpose
INTEGER Current
Consultingwerk.Framework.Base.AblPrimitiveDictionary Dictionary
LOGICAL ListChanged


Method Detail
Top

ListChangedHandler (Object, ListChangedEventArgs)

Purpose: Event handler for the ListChanged event of the IEnumerable instance
Notes: Requires the ISupportsListChanged interface to by implemented by the List

Parameters:
sender Progress.Lang.Object
The sender of the event
e Consultingwerk.Framework.Base.ListChangedEventArgs
The ListChangedEventArgs object instance with the data of the ListChanged event
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:



Constructor Detail
Top

IntegerDictionaryEnumerator (AblPrimitiveDictionary)

Purpose: Constructor for the DictionaryEnumerator class
Notes:

Parameters:
poDictionary Consultingwerk.Framework.Base.AblPrimitiveDictionary
The AblPrimitiveDictionary to Enumerate


Property Detail
Top

INTEGER Current


Returns INTEGER
Top

Consultingwerk.Framework.Base.AblPrimitiveDictionary Dictionary


Returns Consultingwerk.Framework.Base.AblPrimitiveDictionary
Top

LOGICAL ListChanged


Returns LOGICAL


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