Class DefaultTokenUpdate.TokenData
A Token data represent the complete data of a value to update
Inherited Members
Namespace: Xareus.Scenarios.Extra
Assembly: Xareus.Scenarios.Extra.dll
Syntax
public class DefaultTokenUpdate.TokenData
Properties
DownstreamSequences
The list of downstream sequences to update
Declaration
public DownstreamSequenceList DownstreamSequences { get; set; }
Property Value
Type | Description |
---|---|
DownstreamSequenceList |
Value
The new value of the variable in all the indicated downstream sequences
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object |
VariableName
The variable path to update in all indicated downstream sequences
Declaration
public TokenVariablePath VariableName { get; set; }
Property Value
Type | Description |
---|---|
TokenVariablePath |