A collection of objects which implement IAgEntity.
Add | Adds an element to the collection. |
AddMultiple | Adds multiple elements to the collection. |
Copy | Copy the collection |
Find | Find an element using its IAgEntity ID property. |
InsertAt | Insert an element into the collection at the specified index |
Remove | Remove the provided element from the collection. |
RemoveAll | Remove all elements from the collection |
RemoveAt | Remove the element at the specified index from the collection. |
RemoveMultiple | Removes multiple elements from the collection. |
Implemented Interface |
---|
IAgPersistSafeArray |
IAgEntityCollectionEvents |