| 
                Options | 
                Name | 
                Purpose | 
            
            
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.ValidationMessages.ValidationMessage  Add (ValidationMessage)
    
   | 
  
     Adds an item to the generic List     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           Add (ValidationMessage[])
    
   | 
  
     Adds an array of items to the generic List     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.ValidationMessages.ValidationMessage  AddWhenNotContained (ValidationMessage)
    
   | 
  
     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 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.ValidationMessages.ListValidationMessage  FilterByField (character)
    
   | 
  
     Returns a new List instance with the messages filtered
         by the given field name     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.ValidationMessages.ListValidationMessage  FromErrorString (character)
    
   | 
  
     Parses an ERROR-STRING in the classic SmartComponent Library
         format and returns a ListValidationMessage instance     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.ValidationMessages.ListValidationMessage  FromJsonArray (JsonArray)
    
   | 
  
     Deserializes a ListValidationMessage from a JSON Array     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.Framework.Base.IEnumerator  GetEnumerator ()
    
   | 
  
     Returns a new IEnumerator instance for this object instance    Inherited from Consultingwerk.Framework.Base.GenericList 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Consultingwerk.OERA.ValidationMessages.ValidationMessage  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 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         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.ValidationMessages.ValidationMessage  ToArray ()
    
   | 
  
     Returns an Array with the elements of the List     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Json.ObjectModel.JsonArray  ToJsonArray ()
    
   | 
  
     Returns a JSON Array with the members of the list     
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  ToString ()
    
   | 
  
     Returns the string representation of the list     
   |