SysCompilationResultProvider Interface [AX 2012]
The SysCompilationResultProvider class interface is used to enable compilation through the business connector.
| Method | Description | |
|---|---|---|
| bestPracticesCount | Retrieves the number of best practices violations. |
| bestPracticesParm | Retrieves 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 during compilation. |
| compilerOutput | Retrieves the records inserted into the TmpCompilerOutput table during compilation. |
| compilerOutputMessage | Handles the compiler message given by the kernel during compilation. |
| compilerStatus | Handles the status of compilation. |
| endBPCheckContext | Handles the end of context of the best practices violation detection. |
| endCILGenerationOutput | Handles the end of the CIL generation output. |
| endCompilation | Handles the end of the compilation. |
| endCompilationObject | Handles the end of the compilation for the current object. |
| endExport | Handles the end of the export. |
| endImport | Handles the end of the import. |
| 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 about the object that is exported. |
| 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. |
| 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 about the object that is imported. |
| 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.) |
| 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 given Application Object Tree (AOT) path of the current object. |
| startCILGenerationOutput | Handles the start of the CIL generation output. |
| startCompilation | Handles the start of the compilation. |
| startCompilationObject | Handles the start compilation of the given Application Object Tree (AOT) path. |
| startExport | Handles the start of the export of a tree node. |
| startImport | Handles the start of the import of an XPO file. |
| 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.) |
Community Additions
ADD
Show: