API Reference
Class
VisioSequenceFragmentOperandRecord
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
- fragmentId System.String
- text System.String
- rowIndex System.Int32
- divider System.Boolean = false
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.