Click or drag to resize

IReadOnlyEntityCollectionBase Methods

The IReadOnlyEntityCollectionBase type exposes the following members.

Methods
  NameDescription
Public methodContains
Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIReadOnlyEntity.)
Public methodGetFlatEnumerable
Returns an flat enumerator for the collection
Public methodIndexOf
Retrieve the relative index of an entity item
Top
See Also