|  | IReadOnlyFlatEntityCollectionT Interface | 
 
            Entity collection used for display the EntityCollection. It's necessary because the 
            Entity collection is hierarchical and the IList doesn't support it. So the 
            FlatEntityCollection gets all the items of hierarchical EntityCollection but flat.
            Treelist can recreate the hierarchical with the internalEntityId and ParentInternalEntityId of 
            EntityItem
            
 
    Namespace: 
   EBP.Api.Interfaces.Entity
    Assembly:
   EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
 Syntax
Syntaxpublic interface IReadOnlyFlatEntityCollection<T> : IReadOnlyFlatEntityCollectionBase, 
	IEnumerable<IReadOnlyEntity>, IEnumerable, IDisposable, IEquatable<IProxy>
where T : IReadOnlyEntity
Public Interface IReadOnlyFlatEntityCollection(Of T As IReadOnlyEntity)
	Inherits IReadOnlyFlatEntityCollectionBase, IEnumerable(Of IReadOnlyEntity), IEnumerable, 
	IDisposable, IEquatable(Of IProxy)
Type Parameters
- T
- Entity Item type stored in the collection
The IReadOnlyFlatEntityCollectionT type exposes the following members.
 Methods
Methods|  | Name | Description | 
|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | GetEnumerator | 
            Returns an enumerator for the collection
             | 
Top See Also
See Also