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
Gg726866.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg726866.protmethod(en-us,AX.60).gif doWrite Writes string values to the output destination.
Gg726866.pubmethod(en-us,AX.60).gif endLine Indicates that a new line should be inserted before the next string is written.
Gg726866.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif new Initializes a new instance of the IntrastatExportWriter_IT class.
Gg726866.pubmethod(en-us,AX.60).gif newLine Starts a new line.
Gg726866.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg726866.pubmethod(en-us,AX.60).gif writeAlphanumeric Writes an alphanumeric string.
Gg726866.pubmethod(en-us,AX.60).gif writeCorrectionAmount Writes a correction amount.
Gg726866.pubmethod(en-us,AX.60).gif writeDate Writes a date.
Gg726866.pubmethod(en-us,AX.60).gif writeDeliveryMode Write a delivery mode value.
Gg726866.pubmethod(en-us,AX.60).gif writeDeliveryTerms Write a delivery terms value.
Gg726866.pubmethod(en-us,AX.60).gif writeDeliveryTermsCode Write a delivery terms value.
Gg726866.pubmethod(en-us,AX.60).gif writeDirection Write a declaration type value.
Gg726866.pubmethod(en-us,AX.60).gif writeInt Writes an integer value.
Gg726866.pubmethod(en-us,AX.60).gif writeItemCode Writes a commodity and service code value.
Gg726866.pubmethod(en-us,AX.60).gif writeNumeric Writes a numeric string value.
Gg726866.pubmethod(en-us,AX.60).gif writePaymentMethod Writes a method of payment value.
Gg726866.pubmethod(en-us,AX.60).gif writePeriodOfReporting Writes a period of reporting value.
Gg726866.pubmethod(en-us,AX.60).gif writePositiveReal Write a positive real value.
Gg726866.pubmethod(en-us,AX.60).gif writeServicesDelivery Write a 'Services delivery' (single or multiple deliveries of services) value.
Gg726866.pubmethod(en-us,AX.60).gif writeSign Write the sign of the specified value.
Gg726866.pubmethod(en-us,AX.60).gif writeString Write a string value.
Gg726866.pubmethod(en-us,AX.60).gif writeTransactionCode Write a transaction code value.
Gg726866.pubmethod(en-us,AX.60).gif writeTransportMode Write a transportation mode value.
Gg726866.pubmethod(en-us,AX.60).gif writeYear Writes a year value.
Gg726866.pubmethod(en-us,AX.60).gif 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