ILifeline.SendMessages property
Namespace: NextDesign.Core
Description
List of messages sent from this lifeline
Returns a combined list of outgoing messages for all execution specs on this lifeline.
The order of collections is sorted according to the following rules:
- The order of execution specifications held by this lifeline
- Order of outgoing messages in the execution specification
IMessageCollection SendMessages { get; }
type
- IMessageCollection