Namespace: Consultingwerk.Framework.Base
Class 
DictionaryEnumerator Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Framework.Base.IEnumerator

File:DictionaryEnumerator
Purpose:Provides Enumaration for Dictionary members
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Fri Jan 20 20:52:23 CET 2012



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
+ DictionaryEnumerator (IEnumerable, handle, handle) Constructor for the DictionaryEnumerator class

Top Property Summary
Options Name Purpose
+ Progress.Lang.Object Current
+ Consultingwerk.Framework.Base.IEnumerable Dictionary
+ LOGICAL ListChanged


Method Detail
Top

PROTECTED 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

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:



Constructor Detail
Top

PUBLIC DictionaryEnumerator (IEnumerable, handle, handle)

Purpose: Constructor for the DictionaryEnumerator class
Notes:

Parameters:
poDictionary Consultingwerk.Framework.Base.IEnumerable
The reference to an implementation of the IEnumerable instance that is enumerated by this object instance
phQuery HANDLE
The query handle create by the IEnumerable instance for this DictionaryEnumerator instance
phBuffer HANDLE
The buffer handle created by the IEnumerable instance for this DictionaryEnumerator instance


Property Detail
Top

PUBLIC Progress.Lang.Object Current


Returns Progress.Lang.Object
Top

PUBLIC Consultingwerk.Framework.Base.IEnumerable Dictionary


Returns Consultingwerk.Framework.Base.IEnumerable
Top

PUBLIC LOGICAL ListChanged


Returns LOGICAL


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:13:09