Top Method Summary
Options Name Purpose
Clear () Removes all keys and values from the Dictionary
LOGICAL ContainsKey (character) Determines whether the Dictionary contains the specified key.
INTEGER EntryOfKey (character) Determines the position of the specified key in the list of keys
Consultingwerk.Framework.Collections.CharacterList GetKeysAsList () Returns the Keys as a CharacterList
InternalAdd (character, character) Adds the specified key and value to the dictionary.
LOGICAL InternalContainsValue (character) Determines whether the Dictionary contains the specified value.
CHARACTER InternalGetValue (character) Returns the Value for the specified Key
InternalSetValue (character, character) Assigns the Value for the specified Key
OnListChanged (ListChangedEventArgs) Raises the ListChanged event
Remove (character) Removes the Key/Value for the specified Key
ValidateKey (character) Validates a Key
ValidateValue (character) Validates a Value

Top Constructor Summary
Options Name Purpose
AblPrimitiveDictionary () Constructor for the AblPrimitiveDictionary class
AblPrimitiveDictionary (character, character) Constructor for the AblPrimitiveDictionary class
AblPrimitiveDictionary (character, character, character, character) Constructor for the AblPrimitiveDictionary class

Top Event Summary
Options Name Purpose
ListChanged (Object, ListChangedEventArgs) Raised when the List is changed by adding or removing items or clearing the list

Top Property Summary
Options Name Purpose
INTEGER Count
CHARACTER KeyDelimiter
CHARACTER Keys
CHARACTER ListHash
CHARACTER ValueDelimiter
CHARACTER Values


Method Detail
Top

Clear ()

Purpose: Removes all keys and values from the Dictionary
Notes: Raises the ListChanged event

Top

LOGICAL ContainsKey (character)

Purpose: Determines whether the Dictionary contains the specified key.
Notes:

Parameters:
pcKey CHARACTER
The key to locate in the Dictionary
Returns LOGICAL
Logical value indicating if the dictionary contains the specified key
Top

INTEGER EntryOfKey (character)

Purpose: Determines the position of the specified key in the list of keys
Notes:

Parameters:
pcKey CHARACTER
The Key to locate in the Keys
Returns INTEGER
The position of the specified in the list of keys
Top

Consultingwerk.Framework.Collections.CharacterList GetKeysAsList ()

Purpose: Returns the Keys as a CharacterList
Notes:

Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the keys
Top

InternalAdd (character, character)

Purpose: Adds the specified key and value to the dictionary.
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

Parameters:
pcKey CHARACTER
The key for the key/value pair to add to the dictionary
pcValue CHARACTER
The value for the key/value pair to add to the dictionary
Top

LOGICAL InternalContainsValue (character)

Purpose: Determines whether the Dictionary contains the specified value.
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

Parameters:
pcValue CHARACTER
The value to locate in the Dictionary
Returns LOGICAL
Logical value indicating if the Dictionary contains the specified value
Top

CHARACTER InternalGetValue (character)

Purpose: Returns the Value for the specified Key
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

Parameters:
pcKey CHARACTER
The value to locate in the Dictionary
Returns CHARACTER
The value for the specified key
Top

InternalSetValue (character, character)

Purpose: Assigns the Value for the specified Key
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

Parameters:
pcKey CHARACTER
The value to locate in the Dictionary
pcValue CHARACTER
The value to assign for the Key in the Dictionary
Top

OnListChanged (ListChangedEventArgs)

Purpose: Raises the ListChanged event
Notes:

Parameters:
e Consultingwerk.Framework.Base.ListChangedEventArgs
The ListChangedEventArgs object instance with the data of the ListChanged event
Top

Remove (character)

Purpose: Removes the Key/Value for the specified Key
Notes: Internal method, used by derived class (which converts from the
original value type to the CHARACTER value expected by this method)

Parameters:
pcKey CHARACTER
The value to remove from the Dictionary
Top

ValidateKey (character)

Purpose: Validates a Key
Notes:

Parameters:
pcKey CHARACTER
The key to validate
Top

ValidateValue (character)

Purpose: Validates a Value
Notes:

Parameters:
pcValue CHARACTER
The value to validate


Constructor Detail
Top

AblPrimitiveDictionary ()

Purpose: Constructor for the AblPrimitiveDictionary class
Notes:

Top

AblPrimitiveDictionary (character, character)

Purpose: Constructor for the AblPrimitiveDictionary class
Notes: Defaults to the comma (",") as the delimiter for Keys and Values

Parameters:
pcKeys CHARACTER
The initial list of Keys
pcValues CHARACTER
The initial list of Values
Top

AblPrimitiveDictionary (character, character, character, character)

Purpose: Constructor for the AblPrimitiveDictionary class
Notes:

Parameters:
pcKeys CHARACTER
The initial list of Keys
pcKeyDelimiter CHARACTER
The delimiter for the Keys
pcValues CHARACTER
The initial list of Values
pcValueDelimiter CHARACTER
The delimiter for the Values


Event Detail
Top

ListChanged (Object, ListChangedEventArgs)

Purpose: Raised when the List is changed by adding or removing items or
clearing the list
Notes:

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


Property Detail
Top

INTEGER Count


Returns INTEGER
Top

CHARACTER KeyDelimiter


Returns CHARACTER
Top

CHARACTER Keys


Returns CHARACTER
Top

CHARACTER ListHash


Returns CHARACTER
Top

CHARACTER ValueDelimiter


Returns CHARACTER
Top

CHARACTER Values


Returns CHARACTER


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