Click or drag to resize

IEntity<T>.ParentEntity Property

The entity item is in collection, this collection can be the children collection of an other entity (because the hierarchical possibility), returns this entity. Correspond to Parent.Parent

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
T ParentEntity { get; }

Property Value

Type: T
See Also