Click or drag to resize

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
public interface IReadOnlyFlatEntityCollection<T> : IReadOnlyFlatEntityCollectionBase, 
	IEnumerable<IReadOnlyEntity>, IEnumerable, IDisposable, IEquatable<IProxy>
where T : IReadOnlyEntity

Type Parameters

T
Entity Item type stored in the collection

The IReadOnlyFlatEntityCollectionT type exposes the following members.

Methods
  NameDescription
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
Top
See Also