AddToRecordError methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 00:14, 15 March 2011

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