API Reference
Class
MermaidSequenceMessage
Describes a Mermaid sequence message.
Inheritance
- Object
- MermaidSequenceMessage
Constructors
MermaidSequenceMessage(System.String arg1, System.String arg2, System.String arg3, ChartForgeX.Mermaid.MermaidSourceSpan arg4) #Initializes a sequence message.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
- arg4 ChartForgeX.Mermaid.MermaidSourceSpan
Properties
SourceId #Gets or sets the source participant id.
TargetId #Gets or sets the target participant id.
Operator #Gets or sets the raw Mermaid message operator.
Text #Gets or sets the message text.
IsCentralConnection #Gets or sets whether the message uses Mermaid central connection syntax.
ActivatesTarget #Gets or sets whether the operator activates the target participant.
Deactivates #Gets or sets whether the operator deactivates a participant.