|
Options |
Name |
Purpose |
|
|
|
Add (character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageString The error string
*/
|
|
|
|
Add (character, character, character, integer)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
*/
|
|
|
|
Add (character, character, character, integer, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
@param pcSubstitutionValue3 The third substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
@param pcSubstitutionValue3 The third substitution value
@param pcSubstitutionValue4 The fourth substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character, character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
@param pcSubstitutionValue3 The third substitution value
@param pcSubstitutionValue4 The fourth substitution value
@param pcSubstitutionValue5 The fifth substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character, character, character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
@param pcSubstitutionValue3 The third substitution value
@param pcSubstitutionValue4 The fourth substitution value
@param pcSubstitutionValue5 The fifth substitution value
@param pcSubstitutionValue6 The sixth substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character, character, character, character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
@param pcSubstitutionValue3 The third substitution value
@param pcSubstitutionValue4 The fourth substitution value
@param pcSubstitutionValue5 The fifth substitution value
@param pcSubstitutionValue6 The sixth substitution value
@param pcSubstitutionValue7 The seventh substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character, character, character, character, character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
@param pcSubstitutionValue3 The third substitution value
@param pcSubstitutionValue4 The fourth substitution value
@param pcSubstitutionValue5 The fifth substitution value
@param pcSubstitutionValue6 The sixth substitution value
@param pcSubstitutionValue7 The seventh substitution value
@param pcSubstitutionValue8 The eighth substitution value
*/
|
|
|
|
Add (character, character, character, integer, character, character, character, character, character, character, character, character, character)
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValue1 The first substitution value
@param pcSubstitutionValue2 The second substitution value
@param pcSubstitutionValue3 The third substitution value
@param pcSubstitutionValue4 The fourth substitution value
@param pcSubstitutionValue5 The fifth substitution value
@param pcSubstitutionValue6 The sixth substitution value
@param pcSubstitutionValue7 The seventh substitution value
@param pcSubstitutionValue8 The eighth substitution value
@param pcSubstitutionValue9 The ninth substitution value
*/
|
|
|
|
Add (character, character, character, integer, character[])
|
Adds a new ValidationMessage to the List
@param pcBufferName The name of the buffer
@param pcFieldName The name of the field
@param pcMessageGroup The message group
@param piMessageId The message id
@param pcSubstitutionValues The substitution values
*/
|
|
|
|
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
|
|
|
|
Consultingwerk.OERA.ValidationMessages.ListValidationMessage FilterByBufferAndField (character, character)
|
Returns a new List instance with the messages filtered
by the given buffer and field name
|
|
|
|
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 FromErrorString (character, character, 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.OERA.ValidationMessages.ValidationMessage GetItem (integer)
|
Retrieves an item from the generic List
|
|
|
|
LOGICAL IsEmpty ()
|
Returns if the List is empty
|
|
|
|
Consultingwerk.OERA.ValidationMessages.ValidationMessage Replace (ValidationMessage, ValidationMessage)
|
Replaces an item in the generic List
|
|
|
|
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
|