AddToRecordError methods syntax

From m204wiki
Revision as of 18:59, 15 March 2011 by DmeWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

The syntax for each of the AddToRecordError class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of AddToRecordError methods.

%string = addToRecordError:Description

%string = addToRecordError:FieldOrFieldgroupName

%number = addToRecordError:InputRecordNumber

%addToRecordError = %(AddToRecordError):New( Reason= addToRecordErrorReason, - [Description= string], - [UntranslatableHexValue= string], - [FieldOrFieldgroupName= string], - [NodeName= string], - [NodeType= xmlNodeType], - [Value= string], - [InputRecordNumber= number])

%string = addToRecordError:NodeName

%xmlNodeType = addToRecordError:NodeType

%addToRecordErrorReason = addToRecordError:Reason

%string = addToRecordError:UntranslatableHexValue

%string = addToRecordError:Value