Inheritance
System.Object
AbstractNodeMixinDiagnosticableTree
public class AbstractNodeMixinDiagnosticableTree : DiagnosticableTree
Properties
Declaration
public bool attached { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int depth { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public object owner { get; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public AbstractNodeMixinDiagnosticableTree parent { get; }
Property Value
Methods
Declaration
protected virtual void adoptChild(AbstractNodeMixinDiagnosticableTree child)
Parameters
Declaration
public virtual void attach(object owner)
Parameters
Type |
Name |
Description |
System.Object |
owner |
|
Declaration
public virtual void detach()
Declaration
protected virtual void dropChild(AbstractNodeMixinDiagnosticableTree child)
Parameters
Declaration
protected void redepthChild(AbstractNodeMixinDiagnosticableTree child)
Parameters
Declaration
public virtual void redepthChildren()