Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CDefaultTreeWalkHelper : System.Object, Gregor.Core.Collections.ITreeWalkHelper Custom Attributes: Gregor.Core.Description(Text=...) Description: An ITreeWalkHelper implementation for trees that support ITree.
public CDefaultTreeWalkHelper(Gregor.Core.Collections.ITree tree) Custom Attributes: Description:
public CDefaultTreeWalkHelper(Gregor.Core.Collections.ITreeNode node) Custom Attributes: Description:
private Gregor.Core.Collections.ITreeNode m_Root Custom Attributes: Description:
private Gregor.Core.Collections.ITree m_Tree Custom Attributes: Description:
public System.Boolean IsTreeMultiRoot {get;} // Gregor.Core.Collections.ITreeWalkHelper.IsTreeMultiRoot
Custom Attributes:
Description:
public System.Object Tree {get;} // Gregor.Core.Collections.ITreeWalkHelper.Tree
Custom Attributes:
Description:
public System.Object GetFirstChild(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetFirstChild Custom Attributes: Description:
public System.Object GetNextSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetNextSibling Custom Attributes: Description:
public System.Object GetParent(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetParent Custom Attributes: Description:
public System.Object GetPreviousSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetPreviousSibling Custom Attributes: Description:
public System.Object GetRoot() // Gregor.Core.Collections.ITreeWalkHelper.GetRoot Custom Attributes: Description:
public virtual System.Object GetValue(System.Object current, System.Object spec) // Gregor.Core.Collections.ITreeWalkHelper.GetValue Custom Attributes: Description:
Gregor.Core.DescriptionAttribute
Gregor.Core.Collections.ITreeNode