AxaptaRecordWrapper Class

Provides functionality for reading and modifying Axapta records. 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 AxaptaRecordWrapper
'Usage
Dim instance As AxaptaRecordWrapper
[AxSessionPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
public class AxaptaRecordWrapper
[AxSessionPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
public ref class AxaptaRecordWrapper

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Framework.Reports.AxaptaRecordWrapper

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