Namespace: Consultingwerk.Framework.Collections
Class 
DictionaryPrimitiveHolder 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:DictionaryPrimitiveHolder
Purpose:Generic Dictionary for IPrimitiveHolder and IPrimitiveArrayHolder
instances
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:19.11.2019 16:44:06



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


Method Detail
Top

Ccs.Common.Support.IPrimitiveArrayHolder Add (character, IPrimitiveArrayHolder)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Ccs.Common.Support.IPrimitiveArrayHolder
And item of the Lists member type
Returns Ccs.Common.Support.IPrimitiveArrayHolder
The item that was added to the List
Top

Ccs.Common.Support.IPrimitiveHolder Add (character, IPrimitiveHolder)

Purpose: Adds an item to the generic Dictionary
Notes:

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

Ccs.Common.Support.IPrimitiveArrayHolder AddWhenNotContained (character, IPrimitiveArrayHolder)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Ccs.Common.Support.IPrimitiveArrayHolder
And item of the Lists member type
Returns Ccs.Common.Support.IPrimitiveArrayHolder
The item that was added to the List
Top

Ccs.Common.Support.IPrimitiveHolder AddWhenNotContained (character, IPrimitiveHolder)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Ccs.Common.Support.IPrimitiveHolder
And item of the Lists member type
Returns Ccs.Common.Support.IPrimitiveHolder
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


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