Top Method Summary
Options Name Purpose
Consultingwerk.IPrimitiveHolder Add (character, character) Adds a Character value to the Dictionary
Consultingwerk.IPrimitiveHolder Add (character, decimal) Adds a Character value to the Dictionary
Consultingwerk.IPrimitiveHolder Add (character, integer) Adds a Character value to the Dictionary
Consultingwerk.IPrimitiveHolder Add (character, IPrimitiveHolder) Adds an item to the generic Dictionary
Consultingwerk.IPrimitiveHolder AddWhenNotContained (character, IPrimitiveHolder) Adds an item to the generic Dictionary
Consultingwerk.IPrimitiveHolder GetItem (character) Retrieves an item from the generic Dictionary
Consultingwerk.IPrimitiveHolder GetItemOrNull (character) Retrieves an item from the generic Dictionary


Method Detail
Top

Consultingwerk.IPrimitiveHolder Add (character, character)

Purpose: Adds a Character value to the Dictionary
Notes:

Parameters:
pcName CHARACTER
The name of the parameter
pcValue CHARACTER
The value
Returns Consultingwerk.IPrimitiveHolder
The new object instance
Top

Consultingwerk.IPrimitiveHolder Add (character, decimal)

Purpose: Adds a Character value to the Dictionary
Notes:

Parameters:
pcName CHARACTER
The name of the parameter
pdeValue DECIMAL
The value
Returns Consultingwerk.IPrimitiveHolder
The new object instance
Top

Consultingwerk.IPrimitiveHolder Add (character, integer)

Purpose: Adds a Character value to the Dictionary
Notes:

Parameters:
pcName CHARACTER
The name of the parameter
piValue INTEGER
The value
Returns Consultingwerk.IPrimitiveHolder
The new object instance
Top

Consultingwerk.IPrimitiveHolder Add (character, IPrimitiveHolder)

Purpose: Adds an item to the generic Dictionary
Notes:

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

Consultingwerk.IPrimitiveHolder AddWhenNotContained (character, IPrimitiveHolder)

Purpose: Adds an item to the generic Dictionary
Notes:

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

Consultingwerk.IPrimitiveHolder 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 Consultingwerk.IPrimitiveHolder
The item of the Lists member type
Top

Consultingwerk.IPrimitiveHolder 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 Consultingwerk.IPrimitiveHolder
The item of the Lists member type


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:21