Click or drag to resize

IReadOnlyEntityCollectionBaseParentEntity 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)
Syntax
IReadOnlyEntityItemBase ParentEntity { get; }

Return Value

Type: IReadOnlyEntityItemBase
The parent entity item if this collection is a children collection of an entity item
See Also