 | IBusinessEntityTChildren Property |
collection of children entity. The collection is hierarchical, so an entity item has its
own children
Namespace:
EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Entities
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxIEntityCollection<T> Children { get; }
ReadOnly Property Children As IEntityCollection(Of T)
Get
Property Value
Type:
IEntityCollectionT
See Also