|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| 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 |
| 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 |
| Options | Name | Purpose | |
|---|---|---|---|
| ListChanged (Object, ListChangedEventArgs) |
Raised when the List is changed by adding or removing items or
clearing the list |
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER Count |
|
||
| CHARACTER KeyDelimiter |
|
||
| CHARACTER Keys |
|
||
| CHARACTER ListHash |
|
||
| CHARACTER ValueDelimiter |
|
||
| CHARACTER Values |
|
|
Top
Clear ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL ContainsKey (character)
|
||||||||||||||||||||||
INTEGER EntryOfKey (character)
|
||||||||||||||||||||||
Consultingwerk.Framework.Collections.CharacterList GetKeysAsList ()
|
||||||||||||||||||||||
InternalAdd (character, character)
|
||||||||||||||||||||||
LOGICAL InternalContainsValue (character)
|
||||||||||||||||||||||
CHARACTER InternalGetValue (character)
|
||||||||||||||||||||||
InternalSetValue (character, character)
|
||||||||||||||||||||||
OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||
Remove (character)
|
||||||||||||||||||||||
ValidateKey (character)
|
||||||||||||||||||||||
ValidateValue (character)
|
||||||||||||||||||||||
AblPrimitiveDictionary ()
|
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AblPrimitiveDictionary (character, character)
|
||||||||||||||||||||||||||||||
AblPrimitiveDictionary (character, character, character, character)
|
||||||||||||||||||||||||||||||
ListChanged (Object, ListChangedEventArgs)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER Count
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
CHARACTER KeyDelimiter
|
|||||||||
CHARACTER Keys
|
|||||||||
CHARACTER ListHash
|
|||||||||
CHARACTER ValueDelimiter
|
|||||||||
CHARACTER Values
|
|||||||||