Axapta Members
The Axapta class provides the ability to connect to the Axapta system, create Axapta classes, create Axapta record, container, and buffer objects, execute transactions, and perform other Axapta system tasks.
The following tables list the members exposed by the Axapta type.
Public Constructors
| Name | Description | |
|---|---|---|
| Axapta | The Axapta constructor creates an instance of the Axapta class. |
Top
Public Properties
| Name | Description | |
|---|---|---|
![]() |
HttpContextAccessible | The HttpContextAccessible property returns a value that indicates whether the HTTP context is accessible from the .NET Business Connector. |
Top
Public Methods
(see also Protected Methods )
| 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 | Overloaded. (Inherited from Object ) |
![]() |
ExecuteStmt | Overloaded. The ExecuteStmt method executes a statement on the specified AxaptaRecord 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 | The Logon method connects to the Axapta system. |
![]() |
LogonAs | The LogonAs method connects to Microsoft Dynamics AX on behalf of a specific Microsoft Dynamics AX user. |
![]() |
LogonAsGuest | The LogonAsGuest method connects to the Axapta system as the Axapta guest user. |
![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
Refresh | The Refresh method 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 Axapta application code without requiring a logoff/logon sequence. 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. |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Axapta Class
Microsoft.Dynamics.BusinessConnectorNet Namespace
.gif)
.gif)
.gif)
.gif)