API Reference
Class
VisioSequenceActivationRecord
Simple data record used to import sequence activation bars into VisioSequenceDiagramBuilder.
Inheritance
- Object
- VisioSequenceActivationRecord
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 VisioSequenceActivationRecord(String id, String participantId, Int32 startRowIndex, Int32 endRowIndex) #Initializes a sequence activation import record.
Parameters
- id System.String
- participantId System.String
- startRowIndex System.Int32
- endRowIndex System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object