GoXam for WPF v3
InsertMemberNodeKey Method (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : InsertMemberNodeKey Method
the node data to be modified; if null, this method does nothing
the key value of the new "member" node data; if null, this method does nothing
This method actually implements the modification of a node data so that it's collection of member node data includes a given memberkey.
Syntax
protected virtual void InsertMemberNodeKey( 
   NodeType nodedata,
   NodeKey memberkey
)

Parameters

nodedata
the node data to be modified; if null, this method does nothing
memberkey
the key value of the new "member" node data; if null, this method does nothing
Remarks
This method can be overridden in case the FindMemberNodeKeysForNode sequence is not an System.Collections.IList or an IList.
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members