| 
                Options | 
                Name | 
                Purpose | 
            
            
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, character)
    
   | 
  
     Adds a Character parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, date)
    
   | 
  
     Adds a Date parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, datetime)
    
   | 
  
     Adds a DateTime parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, datetime-tz)
    
   | 
  
     Adds a DateTime-TZ parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, decimal)
    
   | 
  
     Adds a Decimal parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, int64)
    
   | 
  
     Adds an Int64 parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, integer)
    
   | 
  
     Adds an Integer parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, logical)
    
   | 
  
     Adds a Logical parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterList  Add (character, Object)
    
   | 
  
     Adds an Object parameter to the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterEntry  Add (NamedQueryParameterEntry)
    
   | 
  
     Adds an item to the generic List     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           Add (NamedQueryParameterEntry[])
    
   | 
  
     Adds an array of items to the generic List     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterEntry  AddWhenNotContained (NamedQueryParameterEntry)
    
   | 
  
     Adds an item to the generic List only when it is not
         yet contained - silently ignores keys that are already
         contained     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           Clear ()
    
   | 
  
     Removes all items from the List    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  Contains (Object)
    
   | 
  
     Determines if an object is a member of the List    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  ContainsKey (character)
    
   | 
  
     Determines if an item with the specified key is contained in the List     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  GetCharacterValue (character)
    
   | 
  
     Retrieves a character value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DATETIME-TZ  GetDateTimeTzValue (character)
    
   | 
  
     Retrieves a datetime-tz value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DATETIME  GetDateTimeValue (character)
    
   | 
  
     Retrieves a datetime value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DATE  GetDateValue (character)
    
   | 
  
     Retrieves a date value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DECIMAL  GetDecimalValue (character)
    
   | 
  
     Retrieves a decimal value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.Framework.Base.IEnumerator  GetEnumerator ()
    
   | 
  
     Returns a new IEnumerator instance for this object instance    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INT64  GetInt64Value (character)
    
   | 
  
     Retrieves a int64 value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INTEGER  GetIntegerValue (character)
    
   | 
  
     Retrieves a integer value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Lang.Object  GetItem (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterEntry  GetItem (integer)
    
   | 
  
     Retrieves an item from the generic List     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Lang.Object  GetItemInternal__ (integer)
    
   | 
  
     Returns the Item at the specified Index    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  GetLogicalValue (character)
    
   | 
  
     Retrieves a logical value from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  GetParameterValueAsCharacter (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DATE  GetParameterValueAsDate (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DATETIME  GetParameterValueAsDateTime (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DATETIME-TZ  GetParameterValueAsDateTimeTz (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         DECIMAL  GetParameterValueAsDecimal (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INT64  GetParameterValueAsInt64 (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INTEGER  GetParameterValueAsInteger (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  GetParameterValueAsLogical (character)
    
   | 
  
     Retrieves the value of an item from the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         INTEGER  IndexOf (Object)
    
   | 
  
     Determines the index of a specific item in the List    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           InternalAdd (Object)
    
   | 
  
     Adds an Item to the List    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           InternalAdd (Object[])
    
   | 
  
     Adds the Items from an Array to the List    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
         Progress.Lang.Object  InternalGetItem (integer)
    
   | 
  
     Returns the Item at the specified Index    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    #
    
    
   | 
  
    
           OnListChanged (ListChangedEventArgs)
    
   | 
  
     Raises the ListChanged event    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  Remove (Object)
    
   | 
  
     Removes the first occurrence of a specific object from the List    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LOGICAL  RemoveAt (integer)
    
   | 
  
     Removes the List item at the specified index.    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.NamedQueryParameterEntry  ToArray ()
    
   | 
  
     Returns an Array with the elements of the List     
   |