![]() | IEntityCollectionBase Methods |
The IEntityCollectionBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Create a new entity item and add it to the collection
|
![]() | Add(IEntity) |
Add an existing item to collection
|
![]() | BeginModification |
Begin a global Modification. Allow UI to disable binding.
|
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionIEntity.) |
![]() | Contains |
Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
|
![]() | CopyTo(T, Int32) | (Inherited from ICollectionIEntity.) |
![]() | CopyTo(IEntityCollectionBase, Boolean) |
Copy the content of a collection to another
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | EndModification |
End the global Modification. Allow UI to enable binding.
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIEntity.) |
![]() | GetFlatEnumerable |
Returns an flat enumerator for the collection
|
![]() | IndexOf |
Retrieve the relative index of an entity item
|
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionIEntity.) |