RoleParent - свойство
Родительская роль.
Пространство имён: Tessa.RolesСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[AssociationAttribute(ThisKey = "ParentID", OtherKey = "ID", CanBeNull = true)]
public Role Parent { get; set; }
<AssociationAttribute(ThisKey := "ParentID", OtherKey := "ID", CanBeNull := true)>
Public Property Parent As Role
Get
Set
public:
[AssociationAttribute(ThisKey = L"ParentID", OtherKey = L"ID", CanBeNull = true)]
property Role^ Parent {
Role^ get ();
void set (Role^ value);
}
[<AssociationAttribute(ThisKey = "ParentID", OtherKey = "ID", CanBeNull = true)>]
member Parent : Role with get, set
Значение свойства
Role