GoXam for WPF v3
DeleteMemberNodeKey Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : DeleteMemberNodeKey Method
the node data to be modified; if null, this method does nothing
the key value of the "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 children node data does not include a given memberkey.
Syntax
protected virtual void DeleteMemberNodeKey( 
   NodeType nodedata,
   NodeKey memberkey
)

Parameters

nodedata
the node data to be modified; if null, this method does nothing
memberkey
the key value of the "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

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members