[Flags()] public enum EffectiveCollectionInclusions : System.Enum
[Flags()] public enum EffectiveCollectionInclusions : System.Enum
Member | Description |
---|---|
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. |
SubTree | Include 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. |
TreeChildren | Include 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. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.Tool.EffectiveCollectionInclusions