MessageExtensions Methods

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetOppositeMessage(IMessage^)

For a synchronous message, returns the reply. For a reply message, returns the outgoing message. Returns null for asynchronous messages.

System_CAPS_pubmethodSystem_CAPS_staticGetSourceExecutionSpecification(IMessage^)

The Execution Specification from which this message is outgoing. Null if this is sourced directly on a lifeline or is a found message.

System_CAPS_pubmethodSystem_CAPS_staticGetSourceLifeline(IMessage^)

The lifeline from which this message is outgoing. Null if this is a Found message.

System_CAPS_pubmethodSystem_CAPS_staticGetTargetExecutionSpecification(IMessage^)

The Execution Specification to which this message is incoming. Null if this is targeted directly on a lifeline or is a lost message.

System_CAPS_pubmethodSystem_CAPS_staticGetTargetLifeline(IMessage^)

The lifeline to which this message is incoming. Null if this is a Lost message.

Return to top
Show: