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 | |
|---|---|---|
![]() |
Count | The Count property returns the number of items in the AxaptaContainer object. |
![]() |
IsFixedSize | The IsFixedSize property returns a value that indicates whether the AxaptaContainer object has a fixed size. |
![]() |
IsReadOnly | The IsReadOnly property returns a value that indicates whether the AxaptaContainer object is read-only. |
![]() |
IsSynchronized | The IsSynchronized property returns a value that indicates whether access to the AxaptaContainer object is synchronized (thread-safe). |
![]() |
Item | The Item property gets or sets the item at the specified index of the AxaptaContainer object. |
![]() |
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 | |
|---|---|---|
![]() |
Add | The Add method adds an item to the AxaptaContainer object. |
![]() |
AddRange | The AddRange method adds a collection of items to the AxaptaContainer object. |
![]() |
Clear | The Clear method removes all items from the AxaptaContainer object. |
![]() |
Contains | The Contains method returns a value that indicates whether the specified items exists in the AxaptaContainer object. |
![]() |
CopyTo | The CopyTo method copies the AxaptaContainer object to the specified array. |
![]() |
Dispose | The Dispose method releases resources used by the AxaptaContainer object. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetEnumerator | The GetEnumerator method returns an enumerator that can iterate the items in the AxaptaContainer object. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
IndexOf | The IndexOf method returns the index of the specified item in the AxaptaContainer object. |
![]() |
IndexOfRange | The IndexOfRange method the index of the specified collection in the AxaptaContainer object. |
![]() |
Insert | The Insert method inserts the specified object to the AxaptaContainer collection. |
![]() |
InsertRange | The InsertRange method inserts the specified collection to the AxaptaContainer collection. |
![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
Remove | The Remove method removes the first occurrence of the specified object from the AxaptaContainer collection. |
![]() |
RemoveAt | The RemoveAt method removes the object at the specified index from the AxaptaContainer collection. |
![]() |
RemoveRange | The RemoveRange method removes a set of items from the AxaptaContainer collection. |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
AxaptaContainer Class
Microsoft.Dynamics.BusinessConnectorNet Namespace
.gif)
.gif)
.gif)
.gif)