Northwoods.GoSilverlight 2.1.1 Assembly
ITreeModel Interface Members
See Also  Methods  Send Feedback
Northwoods.GoXam.Model Namespace : ITreeModel Interface

Glossary Item Box

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

© 2013 All Rights Reserved.