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