TaxReportPlaceholder_IT Class [AX 2012]
The TaxReportPlaceholder_IT class holds the incomplete data (placeholders) before sending them to ASCII file in Italian Spesometro format.
| Method | Description | |
|---|---|---|
| addLine | Adds a line to the the report placeholder structure. |
| addPlaceholder | Adds a placeholder to the report structure. |
| addPlaceholderFileNumCurrent | Adds the placeholder for the file number to the report structure. |
| addPlaceholderFileNumMax | Adds the placeholder for the last file number to the report structure. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsPlaceholder | Validates the existence of the placeholder in the report structure. |
| fillPlaceholder | Replaces the placeholder with the actual value. |
| fillPlaceholderFileNumCurrent | Replaces the placeholder for the file number with the actual value. |
| fillPlaceholderFileNumMax | Replaces the placeholder for the last file number with the actual value. |
| getAllLinesList | Gets the list containing all the report lines in the natural order. |
| 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 Object class. (Inherited from Object.) |
| 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.) |
| parmFileNumber | Gets or sets the FileNumber parameter. |
| parmLineA | Gets or sets the LineA parameter. |
| parmLineB | Gets or sets the LineB parameter. |
| parmLineE | Gets or sets the LineE parameter. |
| parmLineZ | Gets or sets the LineZ parameter. |
| parmReportLines | Gets or sets the list of report lines that do require filling the placeholders. |
| removePlaceholder | Removes the placeholder from the report structure. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: