protected virtual IEnumerable FindChildNodeKeysForNode( NodeType nodedata )
Parameters
- nodedata
Return Value
the list of child keys, an System.Collections.IEnumerable of NodeKey
protected virtual IEnumerable FindChildNodeKeysForNode( NodeType nodedata )
This is used for model discovery. This is only called if ChildNodesPath is not an empty string. This method can be overridden in case the ChildNodesPath property path is not flexible enough or fast enough to get the key for a node.