Click or drag to resize

IReadOnlyEntityCollectionTGetFlatEnumerable Method

Return a flat enumerable for the collection. Includes the children

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IEnumerable<T> GetFlatEnumerable()

Return Value

Type: IEnumerableT
IEnumerable of entity
See Also