 | 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)
Syntaxpublic interface IReadOnlyFlatEntityCollectionBase : IEnumerable<IReadOnlyEntity>,
IEnumerable, IDisposable, IEquatable<IProxy>
Public Interface IReadOnlyFlatEntityCollectionBase
Inherits IEnumerable(Of IReadOnlyEntity), IEnumerable, IDisposable,
IEquatable(Of IProxy)
The IReadOnlyFlatEntityCollectionBase type exposes the following members.
Methods
See Also