Northwoods.GoWPF 2.2.4 Assembly
ITreeModel Interface Members
Methods 

The following tables list the members exposed by ITreeModel.

Public Methods
 NameDescription
 MethodAddChildNodeKey Add a "child" node data's key value to a node data's list of "children".  
 MethodDoChildNodeKeyAdded This should be called when a child node data has been added to the collection of child nodes.  
 MethodDoChildNodeKeyRemoved This should be called when a child node data has been removed from the collection of child nodes.  
 MethodDoChildNodeKeysChanged This should be called when a node data's list of children nodes has been replaced.  
 MethodDoParentNodeChanged This should be called when a node data's tree parent may have changed.  
 MethodGetChildrenForNode Return a sequence of node data that are immediate children of a given node.  
 MethodGetParentForNode Return a parent node data for a given node data, if there is one.  
 MethodIsRelinkValid This predicate is true if changing an existing link between two nodes/ports would result in a valid graph  
 MethodRemoveChildNodeKey Remove a child node data's key value from a node data's list of "children" key values.  
 MethodSetChildNodeKeys Replace a node data's list of "children" key values.  
 MethodSetParentNodeKey Change a node data so that it refers to a different parent node data, by node key.  
Top
See Also

Reference

ITreeModel Interface
Northwoods.GoXam.Model Namespace
TreeModel<NodeType,NodeKey> Class

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback