AxaptaContainerWrapper Methods
The AxaptaContainerWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds an item to the IList object. |
| Clear | Removes all items from the IList object. |
| Contains | Determines whether the IList object contains a specified item. |
| CopyTo | Overloaded. Copies the elements of the ICollection object to an Array object. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetEnumerator | Returns an enumerator that iterates through a collection. |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| IndexOf | Determines the index of a specified item in the IList object. |
| Insert | Inserts an item into the IList object at a specified index. |
| MemberwiseClone | (Inherited from Object.) |
| Remove | Removes the first occurrence of a specific item from the IList object. |
| RemoveAt | Removes the IList item at the specified index. |
| ToString | (Inherited from Object.) |
Community Additions
ADD
Show: