API Reference

Class

VisioSequenceFragmentOperandRecord

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Modifiers sealed

Simple data record used to import sequence fragment guards and partitions into VisioSequenceDiagramBuilder.

Inheritance

  • Object
  • VisioSequenceFragmentOperandRecord

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public VisioSequenceFragmentOperandRecord(String id, String fragmentId, String text, Int32 rowIndex, Boolean divider = false) #

Initializes a sequence fragment operand import record.

Parameters

id System.String requiredposition: 0
fragmentId System.String requiredposition: 1
text System.String requiredposition: 2
rowIndex System.Int32 requiredposition: 3
divider System.Boolean = false optionalposition: 4

Properties

public String Id { get; } #

Stable fragment operand id.

public String FragmentId { get; } #

Target fragment id.

public String Text { get; } #

Visible guard or partition label.

public Int32 RowIndex { get; } #

Zero-based message row for the guard or partition.

public Boolean Divider { get; } #

Whether this operand includes a partition divider before the row.