AxaptaWrapper Class

Provides the ability to connect to the Microsoft Dynamics AX system, create Microsoft Dynamics AX record, container, and buffer objects, execute transactions, and perform other Microsoft Dynamics AX system tasks. It wraps IAxaptaRecordAdapter demanding only AxSessionPermission.

Namespace:  Microsoft.Dynamics.Framework.Reports
Assembly:  Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)

Syntax

'Declaration
<AxSessionPermissionAttribute(SecurityAction.Demand, Unrestricted := True)> _
Public Class AxaptaWrapper
'Usage
Dim instance As AxaptaWrapper
[AxSessionPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
public class AxaptaWrapper
[AxSessionPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
public ref class AxaptaWrapper

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Framework.Reports.AxaptaWrapper

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Framework.Reports Namespace