IMessagePort interface
Namespace: NextDesign.Core
Description
An access object to the connection destination element information of the message.
Defines common characteristics for message destination elements.
Affiliation area
Name | Description |
---|---|
Interaction model | A group of APIs to access the interaction model. |
Inherit Base
Name | Description |
---|---|
IMessageSender | Denotes an element that can be specified as the sender of a message. |
IMessageReceiver | Denotes an element that can be specified as a message receiver. |
Destination
Name | Description |
---|---|
IInteractionUse | The access object to the interaction usage information. |
IMessageEnd | This is an access object to message end information. |
IFrame | Access object to frame information. |
IExecutionSpecification | Is an access object to execution specification information. |
Property
Name | Description |
---|---|
ReceiveMessages | List of received messages The order of the collection is the order in which the messages were received. |
SendMessages | List of sent messages The order of the collection is the order in which the messages were sent. |