AxaptaObjectWrapper Class

Provides the ability to call Axapta class methods. It wraps IAxaptaObjectAdapter, 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 AxaptaObjectWrapper
'Usage
Dim instance As AxaptaObjectWrapper
[AxSessionPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
public class AxaptaObjectWrapper
[AxSessionPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
public ref class AxaptaObjectWrapper

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Framework.Reports.AxaptaObjectWrapper

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