API Reference
SequenceArtifact
Describes a reusable product-neutral sequence or interaction diagram artifact.
Inheritance
- Object
- SequenceArtifact
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Methods
AddBlock(ChartForgeX.VisualArtifacts.SequenceArtifactBlockKind arg1, System.String arg2, System.Int32 arg3, System.Int32 arg4) #Adds a block span.
Parameters
- arg1 ChartForgeX.VisualArtifacts.SequenceArtifactBlockKind
- arg2 System.String
- arg3 System.Int32
- arg4 System.Int32
AddMessage(System.String arg1, System.String arg2, System.String arg3, ChartForgeX.VisualArtifacts.SequenceArtifactMessageLineStyle arg4) #Adds a message.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
- arg4 ChartForgeX.VisualArtifacts.SequenceArtifactMessageLineStyle
AddNote(ChartForgeX.VisualArtifacts.SequenceArtifactNotePlacement arg1, System.Collections.Generic.IEnumerable{System.String} arg2, System.String arg3) #Adds a note.
Parameters
- arg1 ChartForgeX.VisualArtifacts.SequenceArtifactNotePlacement
- arg2 System.Collections.Generic.IEnumerable{System.String}
- arg3 System.String
AddParticipant(System.String arg1, System.String arg2, ChartForgeX.VisualArtifacts.SequenceArtifactParticipantKind arg3) #Adds or updates a participant.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 ChartForgeX.VisualArtifacts.SequenceArtifactParticipantKind
WithSize(System.Double arg1, System.Double arg2) #Sets the natural preview size.
Parameters
- arg1 System.Double
- arg2 System.Double
Properties
Id #Gets or sets a stable sequence artifact id.
Title #Gets or sets the sequence title.
Subtitle #Gets or sets the sequence subtitle.
Width #Gets or sets the natural preview width.
Height #Gets or sets the natural preview height.
Padding #Gets or sets the preview padding.
ExportFormats #Gets or sets supported static export formats.
Participants #Gets participants in display order.
Messages #Gets messages in chronological order.
Notes #Gets notes in chronological order.
Blocks #Gets block spans.
Metadata #Gets artifact metadata for host adapters.