|
Options |
Name |
Purpose |
|
|
|
Consultingwerk.NameValuePair Add (character, character)
|
Adds a NameValuePair to the List
|
|
|
|
Consultingwerk.NameValuePair Add (NameValuePair)
|
Adds an item to the generic List
|
|
|
|
Add (NameValuePair[])
|
Adds an array of items to the generic List
|
|
|
|
Consultingwerk.NameValuePair AddWhenNotContained (NameValuePair)
|
Adds an item to the generic List only when it is not
yet contained - silently ignores keys that are already
contained
|
|
|
|
LOGICAL ContainsName (character)
|
Returns if the ListNameValuePair contains a pair this the given Name
|
|
|
|
Consultingwerk.NameValuePair FindByName (character)
|
Finds a NameValuePair by it's Name
|
|
|
|
Consultingwerk.ListNameValuePair FromCharacterList (CharacterList)
|
Returns a ListNameValuePair from a single delimited list
|
|
|
|
Consultingwerk.ListNameValuePair FromSingleDelimitedList (character)
|
Returns a ListNameValuePair from a single delimited list
|
|
|
|
Consultingwerk.ListNameValuePair FromSingleDelimitedList (character, character)
|
Returns a ListNameValuePair from a single delimited list
|
|
|
|
Consultingwerk.NameValuePair GetItem (integer)
|
Retrieves an item from the generic List
|
|
|
|
CHARACTER GetValueByName (character)
|
Returns the value for the given Name
|
|
|
|
CHARACTER GetValueByPair (character)
|
Returns the value for the given Name
|
|
|
|
LOGICAL IsEmpty ()
|
Returns if the List is empty
|
|
|
|
Consultingwerk.NameValuePair Replace (NameValuePair, NameValuePair)
|
Replaces an item in the generic List
|
|
|
|
Consultingwerk.NameValuePair ToArray ()
|
Returns an Array with the elements of the List
|