|
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 posiiton of the specified key in the list of keys |
|
# | 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 | |
---|---|---|---|
+ | CaseSensitiveAblPrimitiveDictionary () |
Constructor for the CaseSensitiveAblPrimitiveDictionary class |
|
+ | CaseSensitiveAblPrimitiveDictionary (character, character) |
Constructor for the CaseSensitiveAblPrimitiveDictionary class |
|
+ | CaseSensitiveAblPrimitiveDictionary (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
PUBLIC Clear ()
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL ContainsKey (character)
|
||||||||||||||||||||||
PROTECTED INTEGER EntryOfKey (character)
|
||||||||||||||||||||||
PROTECTED InternalAdd (character, character)
|
||||||||||||||||||||||
PROTECTED LOGICAL InternalContainsValue (character)
|
||||||||||||||||||||||
PROTECTED CHARACTER InternalGetValue (character)
|
||||||||||||||||||||||
PROTECTED InternalSetValue (character, character)
|
||||||||||||||||||||||
PROTECTED OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC Remove (character)
|
||||||||||||||||||||||
PROTECTED ValidateKey (character)
|
||||||||||||||||||||||
PROTECTED ValidateValue (character)
|
PUBLIC CaseSensitiveAblPrimitiveDictionary ()
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CaseSensitiveAblPrimitiveDictionary (character, character)
|
||||||||||||||||||||||||||||||
PUBLIC CaseSensitiveAblPrimitiveDictionary (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
|