GoXam for WPF v3
EffectiveCollectionInclusions Enumeration
Northwoods.GoXam.Tool Namespace : EffectiveCollectionInclusions Enumeration
This enumeration controls the behavior of DraggingTool.ComputeEffectiveCollection.
Syntax
[Flags()]
public enum EffectiveCollectionInclusions : System.Enum 
Members
MemberDescription
None Don't add any parts but the selected ones.
Standard Just include the selected nodes, their members if they are groups, and the links connecting them.
SubTreeInclude all standard connected parts and also tree-structure descendant nodes (children, grandchildren, etc.) and the links connecting to them. This assumes that links go from the parent node to their children, unless Northwoods.GoXam.Diagram.TreePath is Northwoods.GoXam.Layout.TreePath.Source, in which case links are assumed to go from each child to its parent node.
TreeChildrenInclude tree-structure descendant nodes (children, grandchildren, etc.). This assumes that links go from the parent node to their children, unless Northwoods.GoXam.Diagram.TreePath is Northwoods.GoXam.Layout.TreePath.Source, in which case links are assumed to go from each child to its parent node.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Tool.EffectiveCollectionInclusions

See Also

Reference

Northwoods.GoXam.Tool Namespace