| 
            
Navigate to: Methods | Constructors | Events | Properties
| 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  | 
|
| + | 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 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 FromSingleDelimitedList (character) | 
     Returns a ListNameValuePair from a single delimited list  | 
|
| + | Consultingwerk.ListNameValuePair FromSingleDelimitedList (character, character) | 
     Returns a ListNameValuePair from a single delimited list  | 
|
| + | Consultingwerk.Framework.Base.IEnumerator GetEnumerator () | 
     Returns a new IEnumerator instance for this object instance  Inherited from Consultingwerk.Framework.Base.GenericList  | 
|
| + | Consultingwerk.NameValuePair GetItem (integer) | 
     Retrieves an item from the generic List  | 
|
| + | CHARACTER GetValueByPair (character) | 
     Returns the value for the given Name  | 
|
| + | 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  | 
|
| + | Remove (Object) | 
     Removes the first occurrence of a specific object from the List  Inherited from Consultingwerk.Framework.Base.GenericList  | 
|
| + | RemoveAt (integer) | 
     Removes the List item at the specified index.  Inherited from Consultingwerk.Framework.Base.GenericList  | 
|
| + | Consultingwerk.NameValuePair ToArray () | 
     Returns an Array with the elements of the List  | 
| 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.GenericList  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | INTEGER Count | 
     Returns the Lists item count  Inherited from Consultingwerk.Framework.Base.GenericList  | 
|
| + | CHARACTER ListHash | 
     Returns a hash value representing the current list contents  Inherited from Consultingwerk.Framework.Base.GenericList  | 
| 
         
            
                Top
                
            
         
        PUBLIC Consultingwerk.NameValuePair Add (character, character)
 
  | 
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC Consultingwerk.NameValuePair Add (NameValuePair)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Add (NameValuePair[])
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Clear ()
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC LOGICAL Contains (Object)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC LOGICAL ContainsName (character)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.NameValuePair FindByName (character)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.ListNameValuePair FromSingleDelimitedList (character)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.ListNameValuePair FromSingleDelimitedList (character, character)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.Framework.Base.IEnumerator GetEnumerator ()
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.NameValuePair GetItem (integer)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC CHARACTER GetValueByPair (character)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC INTEGER IndexOf (Object)
 
  | 
|||||||||||||||||||||||||
        
        PROTECTED InternalAdd (Object)
 
  | 
|||||||||||||||||||||||||
        
        PROTECTED InternalAdd (Object[])
 
  | 
|||||||||||||||||||||||||
        
        PROTECTED Progress.Lang.Object InternalGetItem (integer)
 
  | 
|||||||||||||||||||||||||
        
        PROTECTED OnListChanged (ListChangedEventArgs)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Remove (Object)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC RemoveAt (integer)
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC Consultingwerk.NameValuePair ToArray ()
 
  | 
|||||||||||||||||||||||||
        
        PUBLIC ListChanged (Object, ListChangedEventArgs)
 
  | 
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC INTEGER Count
 
  | 
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER ListHash
 
  | 
|||||||||||||