|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | Add (integer) |
Adds the specified value to the List. |
|
+ | AddWhenNotContained (integer) |
Adds the specified value to the List only when it is not
yet contained - silently ignores keys that are already
contained |
|
+ | Clear () |
Removes all keys and values from the List Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
+ | LOGICAL ContainsValue (integer) |
Determines whether the List contains the specified value. |
|
+ | Consultingwerk.Framework.Collections.IntegerListEnumerator GetEnumerator () |
Returns the Enumerator for the List |
|
+ | INTEGER GetValue (integer) |
Returns the Value for the specified Key |
|
+ | INTEGER IndexOf (integer) |
Returns the index of the given value in the list |
|
+ | Insert (integer, integer) |
Inserts the specified value to the List at the specified position |
|
# | InternalAdd (character) |
Adds the specified value to the list. Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
# | LOGICAL InternalContainsValue (character) |
Determines whether the List contains the specified value. Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
# | CHARACTER InternalGetValue (integer) |
Returns the Value for the specified Index Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
# | INTEGER InternalIndexOf (character) |
Return the Index of the specified element Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
# | InternalInsert (character, integer) |
Inserts the specified value to the List at the specified position Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
# | InternalSetValue (integer, character) |
Assigns the Value for the specified Key Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
# | OnListChanged (ListChangedEventArgs) |
Raises the ListChanged event Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
+ | Remove (integer) |
Removes the Value on the given Index from the List Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
+ | SetValue (integer, integer) |
Assigns the Value for the specified Key |
|
+ | INTEGER ToArray () |
Returns an array with the elements of the list |
|
# | ValidateValue (character) |
Validates a Value Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
Options | Name | Purpose | |
---|---|---|---|
+ | IntegerList () |
Constructor for the List class |
|
+ | IntegerList (longchar) |
Constructor for the List class |
|
+ | IntegerList (longchar, character) |
Constructor for the List 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.AblPrimitiveList |
Options | Name | Purpose | |
---|---|---|---|
+ | INTEGER Count |
Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
+ | CHARACTER ListHash |
Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
+ | CHARACTER ValueDelimiter |
Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
|
+ | LONGCHAR Values |
Inherited from Consultingwerk.Framework.Base.AblPrimitiveList |
Top
PUBLIC Add (integer)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC AddWhenNotContained (integer)
|
||||||||||||||||||||||
PUBLIC Clear ()
|
||||||||||||||||||||||
PUBLIC LOGICAL ContainsValue (integer)
|
||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Collections.IntegerListEnumerator GetEnumerator ()
|
||||||||||||||||||||||
PUBLIC INTEGER GetValue (integer)
|
||||||||||||||||||||||
PUBLIC INTEGER IndexOf (integer)
|
||||||||||||||||||||||
PUBLIC Insert (integer, integer)
|
||||||||||||||||||||||
PROTECTED InternalAdd (character)
|
||||||||||||||||||||||
PROTECTED LOGICAL InternalContainsValue (character)
|
||||||||||||||||||||||
PROTECTED CHARACTER InternalGetValue (integer)
|
||||||||||||||||||||||
PROTECTED INTEGER InternalIndexOf (character)
|
||||||||||||||||||||||
PROTECTED InternalInsert (character, integer)
|
||||||||||||||||||||||
PROTECTED InternalSetValue (integer, character)
|
||||||||||||||||||||||
PROTECTED OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC Remove (integer)
|
||||||||||||||||||||||
PUBLIC SetValue (integer, integer)
|
||||||||||||||||||||||
PUBLIC INTEGER ToArray ()
|
||||||||||||||||||||||
PROTECTED ValidateValue (character)
|
PUBLIC IntegerList ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC IntegerList (longchar)
|
||||||||||||||||||||
PUBLIC IntegerList (longchar, character)
|
PUBLIC ListChanged (Object, ListChangedEventArgs)
|
---|
PUBLIC INTEGER Count
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER ListHash
|
|||||||||
PUBLIC CHARACTER ValueDelimiter
|
|||||||||
PUBLIC LONGCHAR Values
|