Skip to main content

IMessageEnd interface

Namespace: NextDesign.Core

Description

An access object to message end information.

Affiliation area

NameDescription
Interaction modelA group of APIs to access the interaction model.

Inherit Base

NameDescription
IInteractionElementAccess object to interaction model element information.
Defines common characteristics for elements that represent interactions.
IMessagePortIs an access object to the connection destination element information of the message.
Defines common characteristics for message destination elements.

Property

NameDescription
MessageThe 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.