AxaptaContainerWrapper Members

Provides the ability to read and write to and from Axapta containers. It wraps IAxaptaContainerAdapter, demanding only AxSessionPermission.

The following tables list the members exposed by the AxaptaContainerWrapper type.

Public Properties

  Name Description
public property Adapter Gets or sets the underlying IAxaptaContainerAdapter object.
public property AxaptaContainer Gets the container.
public property Count Gets the number of elements contained in the ICollection object.
public property IsFixedSize Gets a Boolean value that indicates whether the IList object has a fixed size.
public property IsReadOnly Gets a Boolean value that indicates whether the IList object is read-only.
public property IsSynchronized Gets a Boolean value that indicates whether access to the ICollection object is synchronized (thread safe).
public property Item Gets or sets the item at the specified index.
public property SyncRoot Gets an object that is used to synchronize access to ICollection object.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Adds an item to the IList object.
public method Clear Removes all items from the IList object.
public method Contains Determines whether the IList object contains a specified item.
public method CopyTo Overloaded. Copies the elements of the ICollection object to an Array object.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Returns an enumerator that iterates through a collection.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IndexOf Determines the index of a specified item in the IList object.
public method Insert Inserts an item into the IList object at a specified index.
public method static ReferenceEquals  (Inherited from Object )
public method Remove Removes the first occurrence of a specific item from the IList object.
public method RemoveAt Removes the IList item at the specified index.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.Generic.ICollection<Object>.Add  
System.Collections.Generic.ICollection<Object>.Remove  
System.Collections.Generic.IEnumerable<Object>.GetEnumerator  

Top

See Also

AxaptaContainerWrapper Class
Microsoft.Dynamics.Framework.Reports Namespace