EffectiveCollectionInclusions

StockSharp.Xaml.Diagram.GXDiagram.Tool

This enumeration controls the behavior of Part}).

Fields

None
public const EffectiveCollectionInclusions None
value = EffectiveCollectionInclusions.None

Don't add any parts but the selected ones.

Standard
public const EffectiveCollectionInclusions Standard
value = EffectiveCollectionInclusions.Standard

Just include the selected nodes, their members if they are groups, and the links connecting them.

SubTree
public const EffectiveCollectionInclusions SubTree
value = EffectiveCollectionInclusions.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 TreePath is Source, in which case links are assumed to go from each child to its parent node.

TreeChildren
public const EffectiveCollectionInclusions TreeChildren
value = EffectiveCollectionInclusions.TreeChildren

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.