Skip to main content

IMessageEnd interface

Namespace: NextDesign.Core

Description

An access object to the message end information.

Affiliation area

NameDescription
Interaction modelAPIs to access the interaction model.

Inherit Base

NameDescription
IInteractionElementAn access object to the interaction model element information.
Defines the characteristics common to the elements that represent the interaction.
IMessagePortAccess object to the connection destination element information of the message.
Defines common characteristics for the elements to which the message is connected.

Property

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