FlowListNode Class

Contains the information about a single node in the flow linearization

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class FlowListNode
Inheritance
Object    FlowListNode

Properties

ApplyNumberingtrue if numbering should be used, false otherwise, dialog fragments don't use numbering
IndentionLevel Indention level of the node when submerging is used
JumpTargets a list of targets to which this object is connected
LocalOrder the order number of all nodes of the same hierarchy level
Node The node object in the flow that this object describes
Parent The parent object for this node, to be used for example to ascend to create a hierarchical document numbering. for the first element this property is null
SkipJumpstrue if the there is no jump section required, false otherwise. the following conditions must be met to have the true value:
  • no unconnected thread exist
  • only one following node
  • that is not the EndOfThread marker
  • and is not the last entry in the document and links to the directly following entry
UnconnectedThreads a list of entry object references that have no connection to this node, but are children

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also