IReadOnlyEntityCollectionBase Interface |
Namespace: EBP.Api.Interfaces.Entity
The IReadOnlyEntityCollectionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CompleteName |
Gets the complete name
| |
| Definition |
Gets the entity definition
| |
| Description |
Gets the description of the entity collection.
| |
| Item |
Gets an entity by its index
| |
| OwnerEntity |
Gets the entity that own the most top collection
| |
| ParentEntity |
Gets the parent entity item if this collection is a children collection of an entity item.
| |
| ReadOnly |
Gets if the collection is read only
|
| Name | Description | |
|---|---|---|
| Contains |
Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIReadOnlyEntity.) | |
| GetFlatEnumerable |
Returns an flat enumerator for the collection
| |
| IndexOf |
Retrieve the relative index of an entity item
|