Namespace: Consultingwerk.Framework.Base
Class 
Dictionary Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Framework.Base.GenericDictionary
Implements: Consultingwerk.Framework.Base.IArrayList, Consultingwerk.Framework.Base.IEnumerable, Consultingwerk.Framework.Base.ISupportsListChanged, Consultingwerk.Framework.Base.ISupportsListHash

File:Dictionary
Purpose:A Dictionary class for Progress.Lang.Object instances
with a CHARACTER value as the Key
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Dec 27 15:01:32 CET 2009



Top Method Summary
Options Name Purpose
Progress.Lang.Object Add (character, Object) Adds an item to the generic Dictionary
Progress.Lang.Object AddWhenNotContained (character, Object) Adds an item to the generic Dictionary
Progress.Lang.Object GetItem (character) Retrieves an item from the generic Dictionary
Progress.Lang.Object GetItemOrNull (character) Retrieves an item from the generic Dictionary


Method Detail
Top

Progress.Lang.Object Add (character, Object)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Progress.Lang.Object
And item of the Lists member type
Returns Progress.Lang.Object
The item that was added to the List
Top

Progress.Lang.Object AddWhenNotContained (character, Object)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Progress.Lang.Object
And item of the Lists member type
Returns Progress.Lang.Object
The item that was added to the List
Top

Progress.Lang.Object GetItem (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Progress.Lang.Object
The item of the Lists member type
Top

Progress.Lang.Object GetItemOrNull (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object
This method does not fail when the key is not valid

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Progress.Lang.Object
The item of the Lists member type


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