Click or drag to resize

IReadOnlyEntityTTopEntities Property

Returns the top entity collection. The collection can be hierarchical, so an item has its own entity collection.

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IReadOnlyEntityCollection<T> TopEntities { get; }

Property Value

Type: IReadOnlyEntityCollectionT
See Also