[Gregor.Core.Collections.ITreeWalkHelper]

Gregor.Core.Collections.ITreeWalkHelper

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public interface Gregor.Core.Collections.ITreeWalkHelper

Custom Attributes: Gregor.Core.Description(Text=...)

Description: A helper interface for walking trees.


Members

IsTreeMultiRoot

System.Boolean IsTreeMultiRoot {get;}

Custom Attributes: 

Description: 

Tree

System.Object Tree {get;}

Custom Attributes: 

Description: 

GetFirstChild

System.Object GetFirstChild(System.Object current)

Custom Attributes: 

Description: 

GetNextSibling

System.Object GetNextSibling(System.Object current)

Custom Attributes: 

Description: 

GetParent

System.Object GetParent(System.Object current)

Custom Attributes: 

Description: 

GetPreviousSibling

System.Object GetPreviousSibling(System.Object current)

Custom Attributes: 

Description: 

GetRoot

System.Object GetRoot()

Custom Attributes: 

Description: 

GetValue

System.Object GetValue(System.Object current, System.Object spec)

Custom Attributes: 

Description: 


See Also

Gregor.Core.DescriptionAttribute

System.Object

System.Boolean