Click or drag to resize

IReadOnlyEntityCollectionT Methods

The IReadOnlyEntityCollectionT generic type exposes the following members.

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