| 
            
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | Add (character, character) | 
     Adds the specified key and value to the dictionary.  | 
|
| + | AddWhenNotContained (character, character) | 
     Adds the specified key and value to the dictionary only
         when it is not yet contained - silently ignores keys that
         are already contained  | 
|
| + | 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 (character) | 
     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.CharacterDictionaryEnumerator GetEnumerator () | 
     Returns the Enumerator for the Dictionary  | 
|
| + | CHARACTER 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, character) | 
     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 | |
|---|---|---|---|
| + | CharacterDictionary () | 
     Constructor for the Dictionary class  | 
|
| + | CharacterDictionary (character, character) | 
     Constructor for the Dictionary class  | 
|
| + | CharacterDictionary (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 | 
       Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER KeyDelimiter | 
       Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER Keys | 
       Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER ListHash | 
       Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER ValueDelimiter | 
       Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
|
| + | CHARACTER Values | 
       Inherited from Consultingwerk.Framework.Base.AblPrimitiveDictionary  | 
| 
         
            
                Top
                
            
         
        PUBLIC Add (character, character)
 
  | 
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC AddWhenNotContained (character, character)
 
  | 
||||||||||||||||||||||||||
        
        PUBLIC Clear ()
 
  | 
||||||||||||||||||||||||||
        
        PUBLIC LOGICAL ContainsKey (character)
 
  | 
||||||||||||||||||||||||||
        
        PUBLIC LOGICAL ContainsValue (character)
 
  | 
||||||||||||||||||||||||||
        
        PROTECTED INTEGER EntryOfKey (character)
 
  | 
||||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.Framework.Collections.CharacterDictionaryEnumerator GetEnumerator ()
 
  | 
||||||||||||||||||||||||||
        
        PUBLIC CHARACTER 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, character)
 
  | 
||||||||||||||||||||||||||
        
        PROTECTED ValidateKey (character)
 
  | 
||||||||||||||||||||||||||
        
        PROTECTED ValidateValue (character)
 
  | 
||||||||||||||||||||||||||
        
        PUBLIC CharacterDictionary ()
 
  | 
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CharacterDictionary (character, character)
 
  | 
||||||||||||||||||||||||||||||
        
        PUBLIC CharacterDictionary (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
 
  | 
|||||||||