Axapta Methods
The Axapta type exposes the following members.
| Name | Description | |
|---|---|---|
| CallJob | Overloaded. The CallJob method calls the specified Axapta job. |
| CallStaticClassMethod | Overloaded. The CallStaticClassMethod method calls a static member method of an Axapta class. |
| CallStaticRecordMethod | Overloaded. The CallStaticRecordMethod method calls a static member method of an Axapta record. |
| CreateAxaptaBuffer | The CreateAxaptaBuffer method creates an AxaptaBuffer object. |
| CreateAxaptaContainer | The CreateAxaptaContainer method creates an AxaptaContainer object. |
| CreateAxaptaObject | Overloaded. The CreateAxaptaObject method creates an AxaptaObject object. |
| CreateAxaptaRecord | Overloaded. The CreateAxaptaRecord method creates an AxaptaRecord object. |
| Dispose | The Dispose method releases the resources used by the Axapta object. |
| Equals | (Inherited from Object.) |
| ExecuteStmt | Overloaded. The ExecuteStmt method executes a statement on the specified AxaptaRecord object. |
| Finalize | (Inherited from Object.) |
| GetBufferCount | The GetBufferCount method retrieves the number of AxaptaBuffer objects. |
| GetContainerCount | The GetContainerCount method retrieves the number of AxaptaContainer objects. |
| GetHashCode | (Inherited from Object.) |
| GetLoggedOnAxaptaObjectCount | The GetLoggedOnAxaptaObjectCount method retrieves the number of users logged on to the Axapta system for the current instance of the Business Connector. |
| GetObject | The GetObject method creates an AxaptaObject object and attaches it to a global Axapta object. |
| GetObjectCount | The GetObjectCount method retrieves the number of AxaptaObject objects. |
| GetRecordCount | The GetRecordCount method returns the number of AxaptaRecord objects. |
| GetType | (Inherited from Object.) |
| Logoff | The Logoff method disconnects from Axapta. |
| Logon | Overloaded. |
| LogonAs | Overloaded. |
| LogonAsGuest | Overloaded. |
| MemberwiseClone | (Inherited from Object.) |
| Refresh | Clears the internal memory cache, including the cached database information. This method is intended only for development use, specifically to have the Axapta object reread the Microsoft Dynamics AX application code. As Refresh clears the internal cache, it is not recommended that this method be called every time a user logs on to a Web site. Calling Refresh would greatly decrease the performance time of the Web site. |
| Session | The Session method returns the session ID. |
| ToString | (Inherited from Object.) |
| TTSAbort | The TTSAbort method calls the ttsabort function of the Axapta X++ language. Use TTSAbort to abort a transaction started by a previous call to TTSBegin. |
| TTSBegin | The TTSBegin method calls the ttsbegin function of the Axapta X++ language. Use TTSBegin to start a transaction that can either be committed by TTSCommit or aborted by TTSAbort. |
| TTSCommit | The TTSCommit method calls the ttscommit function of the Axapta X++ language. Use TTSCommit to commit a transaction previously started by TTSBegin. |
Community Additions
ADD
Show: