Gets the parent manager that owns this Entity.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public EntityManager ParentManager { get; internal set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property ParentManager As EntityManager |