IntrastatExportWriter_Ascii_IT Class [AX 2012]

The IntrastatExportWriter_Ascii_IT class extends the IntrastatExportWriter_IT class and saves the output to an ASCII file.

Syntax

class IntrastatExportWriter_Ascii_IT extends IntrastatExportWriter_IT

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  IntrastatExportWriter_IT Class
    IntrastatExportWriter_Ascii_IT Class