The following tables list the members exposed by BaseBusinessObjectCollection.
| Name | Description | |
|---|---|---|
![]() | BaseBusinessObjectCollection Constructor | BaseBusinessObjectCollection constructor. This will initialize the collection and set the BusinessObject property with the passed in parameter. |
| Name | Description | |
|---|---|---|
![]() | BusinessObject | BusinessObject property stores a reference to the business object that will be filled with values from each row when an item is requested for a particular position. |
![]() | Count | Returns the number of items contained in the collection. |
![]() | IsSynchronized | Gets a value indicating whether access to the Collection is synchronized (thread safe). |
![]() | Item | Gets or Sets items in this collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the Collection. |
| Name | Description | |
|---|---|---|
![]() | Contains | NOTE: This method has not been implemented and it always returns false. |
![]() | CopyTo | Overloaded. NOTE: This method is not implemented, do not use this method as it does not do anything. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the Collection. |


