SearchFlags

StockSharp.Xaml.Diagram.GXDiagram

This enumeration is used to control what kinds of parts are found, in calls to SearchLayers) and SearchLayers).

Fields

Group
public const SearchFlags Group
value = SearchFlags.Group

Include all nodes that are groups.

Label
public const SearchFlags Label
value = SearchFlags.Label

Include all nodes that are link labels.

Nodes
public const SearchFlags Nodes
value = SearchFlags.Nodes

Include all kinds of nodes, including groups and link label nodes.

None
public const SearchFlags None
value = SearchFlags.None

Include no parts (not very useful).

Parts
public const SearchFlags Parts
value = SearchFlags.Parts

Include all parts.

Selectable
public const SearchFlags Selectable
value = SearchFlags.Selectable

Also require parts to be selectable.

SelectableParts
public const SearchFlags SelectableParts
value = SearchFlags.SelectableParts

Include all selectable parts.

SimpleNode
public const SearchFlags SimpleNode
value = SearchFlags.SimpleNode

Include all nodes that are not groups or link label nodes.