|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| Add (decimal) |
Adds the specified value to the List. |
||
| AddWhenNotContained (decimal) |
Adds the specified value to the List only when it is not
yet contained - silently ignores keys that are already
contained |
||
| LOGICAL ContainsValue (decimal) |
Determines whether the List contains the specified value. |
||
| Consultingwerk.Framework.Collections.DecimalListEnumerator GetEnumerator () |
Returns the Enumerator for the List |
||
| DECIMAL GetValue (integer) |
Returns the Value for the specified Key |
||
| INTEGER IndexOf (decimal) |
Returns the index of the given value in the list |
||
| Insert (decimal, integer) |
Inserts the specified value to the List at the specified position |
||
| SetValue (integer, decimal) |
Assigns the Value for the specified Key |
||
| DECIMAL ToArray () |
Returns an array with the elements of the list |
||
| CHARACTER ToDelimitedList () |
Returns the list as an delimited character list |
||
| CHARACTER ToDelimitedList (character) |
Returns the list as an delimited character list |
| Options | Name | Purpose | |
|---|---|---|---|
| DecimalList () |
Constructor for the List class |
||
| DecimalList (longchar) |
Constructor for the List class |
||
| DecimalList (longchar, character) |
Constructor for the List class |
|
Top
Add (decimal)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddWhenNotContained (decimal)
|
||||||||||||||||||||
LOGICAL ContainsValue (decimal)
|
||||||||||||||||||||
Consultingwerk.Framework.Collections.DecimalListEnumerator GetEnumerator ()
|
||||||||||||||||||||
DECIMAL GetValue (integer)
|
||||||||||||||||||||
INTEGER IndexOf (decimal)
|
||||||||||||||||||||
Insert (decimal, integer)
|
||||||||||||||||||||
SetValue (integer, decimal)
|
||||||||||||||||||||
DECIMAL ToArray ()
|
||||||||||||||||||||
CHARACTER ToDelimitedList ()
|
||||||||||||||||||||
CHARACTER ToDelimitedList (character)
|
||||||||||||||||||||
DecimalList ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DecimalList (longchar)
|
||||||||||||||||||||
DecimalList (longchar, character)
|
||||||||||||||||||||