IntrastatExportWriter_IT Class [AX 2012]
The IntrastatExportWriter_IT class is an abstract class that contains Intrastat export to ASCII formatting logic.
Syntax
class IntrastatExportWriter_IT
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
doWrite | Writes string values to the output destination. | |
endLine | Indicates that a new line should be inserted before the next string is written. | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
new | Initializes a new instance of the IntrastatExportWriter_IT class. | |
newLine | Starts a new line. | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
writeAlphanumeric | Writes an alphanumeric string. | |
writeCorrectionAmount | Writes a correction amount. | |
writeDate | Writes a date. | |
writeDeliveryMode | Write a delivery mode value. | |
writeDeliveryTerms | Write a delivery terms value. | |
writeDeliveryTermsCode | Write a delivery terms value. | |
writeDirection | Write a declaration type value. | |
writeInt | Writes an integer value. | |
writeItemCode | Writes a commodity and service code value. | |
writeNumeric | Writes a numeric string value. | |
writePaymentMethod | Writes a method of payment value. | |
writePeriodOfReporting | Writes a period of reporting value. | |
writePositiveReal | Write a positive real value. | |
writeServicesDelivery | Write a 'Services delivery' (single or multiple deliveries of services) value. | |
writeSign | Write the sign of the specified value. | |
writeString | Write a string value. | |
writeTransactionCode | Write a transaction code value. | |
writeTransportMode | Write a transportation mode value. | |
writeYear | Writes a year value. | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Remarks
All the write methods in this class contain _startPos and _length parameters.
It prevents situations when the _startPos value of the field does not follow immediately after the previously written field. It also enables the ability to warn the user if the value that is written exceeds the _length value specified.
Inheritance Hierarchy
Object Class
IntrastatExportWriter_IT Class
IntrastatExportWriter_Ascii_IT Class