Summary
Creates an abstraction over a PlantUML Sequence diagram to draw a
sequence diagram of a git repository being created
- Namespace
-
GitVersion
.Testing - Base Types
-
- object
graph BT Type-->Base0["object"] Type["SequenceDiagram"]
class Type type-node
Syntax
public class SequenceDiagram
Constructors
| Name | Summary |
|---|---|
|
SequenceDiagram |
Initializes a new instance of the
SequenceDiagram class.
|
Properties
| Name | Value | Summary |
|---|---|---|
| DiagramBuilder | StringBuilder |
Methods
| Name | Value | Summary |
|---|---|---|
|
Activate |
void |
Activates a branch/participant in the sequence diagram
|
|
Deactivate |
void |
Deactivates a branch/participant in the sequence diagram
|
|
Destroy |
void |
Destroys a branch/participant in the sequence diagram
|
|
Divider |
void |
Appends a divider with specified text to the sequence
diagram
|
|
NoteOver |
void |
Appends a note over one or many participants to the
sequence diagram
|
|
Participant |
void |
Creates a participant in the sequence diagram
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|