AxaptaContainerWrapper Class

Provides the ability to read and write to and from Axapta containers. It wraps IAxaptaContainerAdapter, 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 AxaptaContainerWrapper _
    Implements IList(Of Object), ICollection(Of Object),  _
    IEnumerable(Of Object), IEnumerable
'Usage
Dim instance As AxaptaContainerWrapper
[AxSessionPermissionAttribute(SecurityAction.Demand, Unrestricted = true)]
public class AxaptaContainerWrapper : IList<Object>, 
    ICollection<Object>, IEnumerable<Object>, IEnumerable
[AxSessionPermissionAttribute(SecurityAction::Demand, Unrestricted = true)]
public ref class AxaptaContainerWrapper : IList<Object^>, 
    ICollection<Object^>, IEnumerable<Object^>, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Framework.Reports.AxaptaContainerWrapper

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