Click or drag to resize

IEntityCollectionBase Methods

The IEntityCollectionBase type exposes the following members.

Methods
  NameDescription
Public methodAdd
Create a new entity item and add it to the collection
Public methodAdd(IEntity)
Add an existing item to collection
Public methodBeginModification
Begin a global Modification. Allow UI to disable binding.
Public methodClear (Inherited from ICollectionIEntity.)
Public methodContains
Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
Public methodCopyTo(T, Int32) (Inherited from ICollectionIEntity.)
Public methodCopyTo(IEntityCollectionBase, Boolean)
Copy the content of a collection to another
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEndModification
End the global Modification. Allow UI to enable binding.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIEntity.)
Public methodGetFlatEnumerable
Returns an flat enumerator for the collection
Public methodIndexOf
Retrieve the relative index of an entity item
Public methodRemove (Inherited from ICollectionIEntity.)
Top
See Also