SysCompilerOutputTextBased Class [AX 2012]
The SysCompilerOutputTextBased class is used when it runs the version control system in the reporting libraries in Visual Studio through the business connector.
| Method | Description | |
|---|---|---|
| bestPracticesCount | Gets the number of best practices violations. |
| bestPracticesParm | Gets the best practices parameters record. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cilGenerationOutput | Handles the compiler message that is given by the kernel when the program is compiled. (Overrides the cilGenerationOutput Method.) |
| compilerOutput | Gets the records inserted in the TmpCompilerOutput table during compilation. |
| compilerOutputMessage | Handles the compiler message given by the kernel during compilation. (Overrides the compilerOutputMessage Method.) |
| compilerStatus | Handles the status of compilation. (Overrides the compilerStatus Method.) |
| endBPCheckContext | Handles the end of context of the best practices violation detection. |
| endCILGenerationOutput | Handles the end of the CIL generation output. (Overrides the endCILGenerationOutput Method.) |
| endCompilation | (Overrides the endCompilation Method.) |
| endCompilationObject | Handles the end of the compilation for the current object. (Overrides the endCompilationObject Method.) |
| endExport | Handles the end of the export. (Overrides the endExport Method.) |
| endImport | Handles the end of the import. (Overrides the endImport Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| errorCount | Gets the number of errors detected after compilation has ended. |
| exportOutput | Provides information during export of the object to export. (Overrides the exportOutput Method.) |
| finalize | Finalizes the instance of the current object. |
| getBPCheck | Gets the instance of the SysBPCheck class which is responsible for running the detection of violation of best practices. |
| getErrorMessage | (Inherited from xCompilerOutput.) |
| getSquiggleInfo | (Overrides the getSquiggleInfo Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| importOutput | Provides information during import of the object to import. (Overrides the importOutput Method.) |
| incrementCount | |
| new | Initializes a new instance of the SysCompilerOutputTextBased class. (Overrides the new Method.) |
| nextError | (Inherited from xCompilerOutput.) |
| 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.) |
| parmOutputTextStatus | Gets or sets the OutputTextStatus parameter. |
| reset | |
| setActiveTab | (Inherited from xCompilerOutput.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startBPCheck | Handles the start of the best practices violation detection. |
| startBPCheckContext | Handles the start context of the best practices violation detection. |
| startBPCheckObject | Handles the start of the specified Application Object Tree (AOT) path of the current object. |
| startCILGenerationOutput | Handles the start of the CIL generation output. (Overrides the startCILGenerationOutput Method.) |
| startCompilation | Handles the start of the compilation. (Overrides the startCompilation Method.) |
| startCompilationObject | Handles the start compilation of the specified Application Object Tree (AOT) path. (Overrides the startCompilationObject Method.) |
| startExport | Handles the start of the export of a tree node. (Overrides the startExport Method.) |
| startImport | Handles the start of the import of an XPO file. (Overrides the startImport Method.) |
| toDoCount | Gets the number of TODOs detected after compilation has ended. |
| 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.) |
| warningCount | Gets the number of warnings detected after compilation has ended. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SysCompilerOutputTextBased class. |
Community Additions
ADD
Show: