 | 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)
SyntaxIReadOnlyEntityCollection<T> TopEntities { get; }
ReadOnly Property TopEntities As IReadOnlyEntityCollection(Of T)
Get
Property Value
Type:
IReadOnlyEntityCollectionT
See Also