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
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class FlowListNode- Inheritance
- Object FlowListNode
Properties
| ApplyNumbering | true 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 |
| SkipJumps | true if the there is no jump section required, false otherwise.
the following conditions must be met to have the true value:
|
| UnconnectedThreads | a list of entry object references that have no connection to this node, but are children |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |