List of AddToRecordError methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 6: | Line 6: | ||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
<tr><td valign="top">[[Description (AddToRecordError | <tr><td valign="top">[[Description (AddToRecordError property)|Description]]</td><td valign="top">Description of error</td></tr> | ||
<tr><td valign="top">[[FieldOrFieldgroupName (AddToRecordError | <tr><td valign="top">[[FieldOrFieldgroupName (AddToRecordError property)|FieldOrFieldgroupName]]</td><td valign="top">Name of field or fieldgroup for which error occurred</td></tr> | ||
<tr><td valign="top">[[InputRecordNumber (AddToRecordError | <tr><td valign="top">[[InputRecordNumber (AddToRecordError property)|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> | ||
<tr><td valign="top">[[NodeName (AddToRecordError | <tr><td valign="top">[[NodeName (AddToRecordError property)|NodeName]]</td><td valign="top">Name of node in input XmlDoc for which error occurred</td></tr> | ||
<tr><td valign="top">[[NodeType (AddToRecordError | <tr><td valign="top">[[NodeType (AddToRecordError property)|NodeType]]</td><td valign="top">XmlNodeType of node in input XmlDoc for which error occurred</td></tr> | ||
<tr><td valign="top">[[Reason (AddToRecordError | <tr><td valign="top">[[Reason (AddToRecordError property)|Reason]]</td><td valign="top">Enumerated reason for error</td></tr> | ||
<tr><td valign="top">[[UntranslatableHexValue (AddToRecordError | <tr><td valign="top">[[UntranslatableHexValue (AddToRecordError property)|UntranslatableHexValue]]</td><td valign="top">Hexadecimal representation of untranslatable Unicode character, if that is reason for error</td></tr> | ||
<tr><td valign="top">[[Value (AddToRecordError | <tr><td valign="top">[[Value (AddToRecordError property)|Value]]</td><td valign="top">Value from input XmlDoc for which error occurred</td></tr> | ||
</table> | </table> | ||
</div> | </div> |
Revision as of 18:59, 15 March 2011
The following are the available AddToRecordError class methods.
Method | Description |
---|---|
Description | Description of error |
FieldOrFieldgroupName | Name of field or fieldgroup for which error occurred |
InputRecordNumber | Value of 'number' attribute from input XmlDoc |
New | Create new AddToRecordError object |
NodeName | Name of node in input XmlDoc for which error occurred |
NodeType | XmlNodeType of node in input XmlDoc for which error occurred |
Reason | Enumerated reason for error |
UntranslatableHexValue | Hexadecimal representation of untranslatable Unicode character, if that is reason for error |
Value | Value from input XmlDoc for which error occurred |