IMessageEnd interface
Namespace: NextDesign.Core
Description
An access object to the message end information.
Affiliation area
| Name | Description |
|---|---|
| Interaction model | APIs to access the interaction model. |
Inherit Base
| Name | Description |
|---|---|
| IInteractionElement | An access object to the interaction model element information. Defines the characteristics common to the elements that represent the interaction. |
| IMessagePort | Access object to the connection destination element information of the message. Defines common characteristics for the elements to which the message is connected. |
Property
| Name | Description |
|---|---|
| Message | Message sent or received by this message end Returns null if the message is not connected. The message end can be either sent or received, and only a single message can be connected. You can check if this message end can send and receive messages by checking if this property is null. |