|  | IReadOnlyEntityCollectionT Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
Syntaxpublic interface IReadOnlyEntityCollection<T> : IReadOnlyEntityCollectionBase, IEnumerable<IReadOnlyEntity>, IEnumerable, IDisposable, IEquatable<IProxy> where T : IReadOnlyEntity
The IReadOnlyEntityCollectionT type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CompleteName | 
            Gets the complete name
            (Inherited from IReadOnlyEntityCollectionBase.) | 
|  | Definition | 
            Gets the entity definition
            (Inherited from IReadOnlyEntityCollectionBase.) | 
|  | Description | 
            Gets the description of the entity collection.
            (Inherited from IReadOnlyEntityCollectionBase.) | 
|  | Item | 
            Gets an entity by its index
             | 
|  | OwnerEntity | 
            Gets the entity that own the most top collection
            (Inherited from IReadOnlyEntityCollectionBase.) | 
|  | ParentEntity | 
            Gets the parent entity item if this collection is a children collection of an entity item.
            (Inherited from IReadOnlyEntityCollectionBase.) | 
|  | ReadOnly | 
            Gets if the collection is read only
            (Inherited from IReadOnlyEntityCollectionBase.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Contains | 
            Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
            (Inherited from IReadOnlyEntityCollectionBase.) | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | GetEnumerator | 
            Returns an enumerator for the collection
             | 
|  | GetFlatEnumerable | 
            Return a flat enumerable for the collection. Includes the children
             | 
|  | IndexOf | 
            Retrieve the relative index of an entity item
            (Inherited from IReadOnlyEntityCollectionBase.) | 
 See Also
See Also