Class NodeItem
public class NodeItem
- Inheritance
-
NodeItem
- Derived
- Inherited Members
Constructors
NodeItem()
public NodeItem()
Properties
Children
public List<RefItem> Children { get; set; }
Property Value
ContentLayer
public ContentLayer ContentLayer { get; set; }
Property Value
Parent
public RefItem? Parent { get; set; }
Property Value
SelfRef
public string SelfRef { get; set; }
Property Value
Methods
GetRef()
public RefItem GetRef()