EffectiveCollectionInclusions
StockSharp.Xaml.Diagram.GXDiagram.Tool
This enumeration controls the behavior of Part}).
Fields
None : EffectiveCollectionInclusions
Don't add any parts but the selected ones.
Standard : EffectiveCollectionInclusions
Just include the selected nodes, their members if they are groups, and the links connecting them.
SubTree : EffectiveCollectionInclusions
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 TreePath is Source, in which case links are assumed to go from each child to its parent node.
TreeChildren : EffectiveCollectionInclusions
Include tree-structure descendant nodes (children, grandchildren, etc.). This assumes that links go from the parent node to their children, unless TreePath is Source, in which case links are assumed to go from each child to its parent node.