 | IEntityCollectionBase.ParentEntity Property |
Gets the parent entity item if this collection is a children collection of an entity item.
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxIEntityItemBase ParentEntity { get; }
ReadOnly Property ParentEntity As IEntityItemBase
Get
Return Value
Type:
IEntityItemBaseThe parent entity item if this collection is a children collection of an entity item
See Also