GoXam for WPF v3
IsMemberValid Method (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : IsMemberValid Method
the node data that is a group
a node data
whether to ignore the membernodedata's existing group membership, because that member is being transferred out of its existing group
This predicate is true if adding membernodedata to a group node (groupnodedata) would result in an invalid graph.
Syntax

Parameters

groupnodedata
the node data that is a group
membernodedata
a node data
ignoreexistingmembership
whether to ignore the membernodedata's existing group membership, because that member is being transferred out of its existing group
Remarks
This just calls CheckMemberValid to do the actual graph structure check.
See Also

Reference

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