AxaptaContainer Members

The AxaptaContainer class provides the ability to read and write to and from Axapta containers.

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

Public Properties

  Name Description
public property Count The Count property returns the number of items in the AxaptaContainer object.
public property IsFixedSize The IsFixedSize property returns a value that indicates whether the AxaptaContainer object has a fixed size.
public property IsReadOnly The IsReadOnly property returns a value that indicates whether the AxaptaContainer object is read-only.
public property IsSynchronized The IsSynchronized property returns a value that indicates whether access to the AxaptaContainer object is synchronized (thread-safe).
public property Item The Item property gets or sets the item at the specified index of the AxaptaContainer object.
public property SyncRoot The SyncRoot property returns an object that can be used to synchronize access to the AxaptaContainer object.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add The Add method adds an item to the AxaptaContainer object.
public method AddRange The AddRange method adds a collection of items to the AxaptaContainer object.
public method Clear The Clear method removes all items from the AxaptaContainer object.
public method Contains The Contains method returns a value that indicates whether the specified items exists in the AxaptaContainer object.
public method CopyTo The CopyTo method copies the AxaptaContainer object to the specified array.
public method Dispose The Dispose method releases resources used by the AxaptaContainer object.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator The GetEnumerator method returns an enumerator that can iterate the items in the AxaptaContainer object.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method IndexOf The IndexOf method returns the index of the specified item in the AxaptaContainer object.
public method IndexOfRange The IndexOfRange method the index of the specified collection in the AxaptaContainer object.
public method Insert The Insert method inserts the specified object to the AxaptaContainer collection.
public method InsertRange The InsertRange method inserts the specified collection to the AxaptaContainer collection.
public method static ReferenceEquals  (Inherited from Object )
public method Remove The Remove method removes the first occurrence of the specified object from the AxaptaContainer collection.
public method RemoveAt The RemoveAt method removes the object at the specified index from the AxaptaContainer collection.
public method RemoveRange The RemoveRange method removes a set of items from the AxaptaContainer collection.
public method ToString  (Inherited from Object )

Top

Protected Methods

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

Top

See Also

AxaptaContainer Class
Microsoft.Dynamics.BusinessConnectorNet Namespace