Summary
Appends a note over one or many participants to the sequence diagram
- Namespace
-
GitVersion
.Testing - Containing Type
- SequenceDiagram
Syntax
public void NoteOver(string noteText, string startParticipant, string endParticipant = null, string prefix = null, string color = null)
Parameters
| Name | Type | Description |
|---|---|---|
| noteText | string | |
| startParticipant | string | |
| endParticipant | string | |
| prefix | string | |
| color | string |
Return Value
| Type | Description |
|---|---|
| void |