[Gregor.Core.Collections.ITreeSource]

Gregor.Core.Collections.ITreeSource

Saturday, September 15, 2007

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

Details

public interface Gregor.Core.Collections.ITreeSource

Custom Attributes: 

Description: 


Members

CommitTree

void CommitTree(Gregor.Core.Collections.CFlexibleTree tree)

Custom Attributes: 

Description: 

CommitTreeNodes

void CommitTreeNodes(Gregor.Core.Collections.NFlexibleTreeNodes nodes)

Custom Attributes: 

Description: 

CreateTree

Gregor.Core.Collections.CFlexibleTree CreateTree()

Custom Attributes: 

Description: 

CreateTreeNodes

Gregor.Core.Collections.NFlexibleTreeNodes CreateTreeNodes(Gregor.Core.Collections.CFlexibleTreeNode parent)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CFlexibleTree

Gregor.Core.Collections.CFlexibleTreeNode

Gregor.Core.Collections.NFlexibleTreeNodes

System.Void