| 
            
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | Add (character, handle) | 
     Adds the specified key and value to the dictionary.  | 
|
| + | Clear () | 
     Removes all keys and values from the Dictionary  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | LOGICAL ContainsKey (character) | 
     Determines whether the Dictionary contains the specified key.  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | LOGICAL ContainsValue (handle) | 
     Determines whether the Dictionary contains the specified value.  | 
|
| # | INTEGER EntryOfKey (character) | 
     Determines the posiiton of the specified key in the list of keys  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | Consultingwerk.Framework.Collections.HandleDictionaryEnumerator GetEnumerator () | 
     Returns the Enumerator for the Dictionary  | 
|
| + | HANDLE GetValue (character) | 
     Returns the Value for the specified Key  | 
|
| # | InternalAdd (character, character) | 
     Adds the specified key and value to the dictionary.  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| # | LOGICAL InternalContainsValue (character) | 
     Determines whether the Dictionary contains the specified value.  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| # | CHARACTER InternalGetValue (character) | 
     Returns the Value for the specified Key  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| # | InternalSetValue (character, character) | 
     Assigns the Value for the specified Key  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| # | OnListChanged (ListChangedEventArgs) | 
     Raises the ListChanged event  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | Remove (character) | 
     Removes the Key/Value for the specified Key  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | SetValue (character, handle) | 
     Assigns the Value for the specified Key  | 
|
| # | ValidateKey (character) | 
     Validates a Key  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| # | ValidateValue (character) | 
     Validates a Value  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | HandleDictionary () | 
     Constructor for the Dictionary class  | 
|
| + | HandleDictionary (character, character) | 
     Constructor for the Dictionary class  | 
|
| + | HandleDictionary (character, character, character, character) | 
     Constructor for the Dictionary class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | ListChanged (Object, ListChangedEventArgs) | 
     Raised when the List is changed by adding or removing items or
clearing the list  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | INTEGER Count | 
     Gets the number of key/value pairs contained in the Dictionary  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER KeyDelimiter | 
     Returns the Delimiter used for the Keys list  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER Keys | 
     Returns the list of Keys in the Dictionary  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER ListHash | 
     Returns a hash value representing the current list contents  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER ValueDelimiter | 
     Returns the Delimiter used for the Values list  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER Values | 
     Returns the list of Values in the Dictionary  Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
| 
         
            
                Top
                
            
         
        PUBLIC Add (character, handle)
 
  | 
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC Clear ()
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL ContainsKey (character)
 
  | 
||||||||||||||||||||||
        
        PUBLIC LOGICAL ContainsValue (handle)
 
  | 
||||||||||||||||||||||
        
        PROTECTED INTEGER EntryOfKey (character)
 
  | 
||||||||||||||||||||||
        
        PUBLIC Consultingwerk.Framework.Collections.HandleDictionaryEnumerator GetEnumerator ()
 
  | 
||||||||||||||||||||||
        
        PUBLIC HANDLE GetValue (character)
 
  | 
||||||||||||||||||||||
        
        PROTECTED InternalAdd (character, character)
 
  | 
||||||||||||||||||||||
        
        PROTECTED LOGICAL InternalContainsValue (character)
 
  | 
||||||||||||||||||||||
        
        PROTECTED CHARACTER InternalGetValue (character)
 
  | 
||||||||||||||||||||||
        
        PROTECTED InternalSetValue (character, character)
 
  | 
||||||||||||||||||||||
        
        PROTECTED OnListChanged (ListChangedEventArgs)
 
  | 
||||||||||||||||||||||
        
        PUBLIC Remove (character)
 
  | 
||||||||||||||||||||||
        
        PUBLIC SetValue (character, handle)
 
  | 
||||||||||||||||||||||
        
        PROTECTED ValidateKey (character)
 
  | 
||||||||||||||||||||||
        
        PROTECTED ValidateValue (character)
 
  | 
||||||||||||||||||||||
        
        PUBLIC HandleDictionary ()
 
  | 
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC HandleDictionary (character, character)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC HandleDictionary (character, character, character, character)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC ListChanged (Object, ListChangedEventArgs)
 
  | 
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC INTEGER Count
 
  | 
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER KeyDelimiter
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER Keys
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER ListHash
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER ValueDelimiter
 
  | 
|||||||||||||
        
        PUBLIC CHARACTER Values
 
  | 
|||||||||||||