List of AddToRecordError methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 7: Line 7:
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td valign="top">[[Description (AddToRecordError function)|Description]]</td><td valign="top">Description of error</td></tr>
<tr><td valign="top">[[Description (AddToRecordError function)|Description]]</td><td valign="top">Description of error</td></tr>
<tr><td valign="top">[[FieldOrFieldgroupName (AddToRecordError function)|FieldOrFieldgroupName]]</td><td valign="top">Name of field or fieldgroup name for which error occured</td></tr>
<tr><td valign="top">[[FieldOrFieldgroupName (AddToRecordError function)|FieldOrFieldgroupName]]</td><td valign="top">Name of field or fieldgroup for which error occurred</td></tr>
<tr><td valign="top">[[InputRecordNumber (AddToRecordError function)|InputRecordNumber]]</td><td valign="top">Value of 'number' attribute from input XmlDoc</td></tr>
<tr><td valign="top">[[InputRecordNumber (AddToRecordError function)|InputRecordNumber]]</td><td valign="top">Value of 'number' attribute from input XmlDoc</td></tr>
<tr><td valign="top">[[New (AddToRecordError constructor)|New]]</td><td valign="top">Create new AddToRecordError object</td></tr>
<tr><td valign="top">[[New (AddToRecordError constructor)|New]]</td><td valign="top">Create new AddToRecordError object</td></tr>

Revision as of 18:49, 15 March 2011

The following are the available AddToRecordError class methods.

MethodDescription
DescriptionDescription of error
FieldOrFieldgroupNameName of field or fieldgroup for which error occurred
InputRecordNumberValue of 'number' attribute from input XmlDoc
NewCreate new AddToRecordError object
NodeNameName of node in input XmlDoc for which error occurred
NodeTypeXmlNodeType of node in input XmlDoc for which error occurred
ReasonEnumerated reason for error
UntranslatableHexValueHexadecimal representation of untranslatable Unicode character, if that is reason for error
ValueValue from input XmlDoc for which error occurred

See also