Click or drag to resize

IReadOnlyFlatEntityCollectionBase Interface

Entity collection used for display the EntityCollection. It's necessary because the Entity collection is hierarchical and the IList doesnt 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 IReadOnlyFlatEntityCollectionBase : IEnumerable<IReadOnlyEntity>, 
	IEnumerable, IDisposable, IEquatable<IProxy>

The IReadOnlyFlatEntityCollectionBase 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 that iterates through the collection.
(Inherited from IEnumerableIReadOnlyEntity.)
Top
See Also