IFileEntityCollectionBase Methods |
The IFileEntityCollectionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Create a new entity item and add it to the collection
(Inherited from IEntityCollectionT.) | |
| Add(IEntity) |
Add an existing item to collection
(Inherited from IEntityCollectionBase.) | |
| BeginModification |
Begin a global Modification. Allow UI to disable binding.
(Inherited from IEntityCollectionBase.) | |
| 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)
(Inherited from IEntityCollectionBase.) | |
| CopyTo(T, Int32) | (Inherited from ICollectionIEntity.) | |
| CopyTo(IEntityCollectionBase, Boolean) |
Copy the content of a collection to another
(Inherited from IEntityCollectionBase.) | |
| 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.
(Inherited from IEntityCollectionBase.) | |
| GetEnumerator |
Returns an enumerator for the collection
(Inherited from IEntityCollectionT.) | |
| GetFlatEnumerable |
Return a flat enumerable for the collection. Includes the children
(Inherited from IEntityCollectionT.) | |
| IndexOf |
Retrieve the relative index of an entity item
(Inherited from IEntityCollectionBase.) | |
| Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionIEntity.) |