Table of Contents

Interface ISendObjectAction

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

The public interface for SendObjectAction

[DefaultImplementationType(typeof(SendObjectAction))]
[XmlDefaultImplementationType(typeof(SendObjectAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//SendObjectAction")]
public interface ISendObjectAction : IInvocationAction, IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Request

The request object, which is transmitted to the target object. The object may be copied in transmission, so identity might not be preserved. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("request")]
[XmlAttribute(false)]
[Containment]
IInputPin Request { get; set; }

Property Value

IInputPin

Target

The target object to which the object is sent. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("target")]
[XmlAttribute(false)]
[Containment]
IInputPin Target { get; set; }

Property Value

IInputPin

Methods

Type_target_pin(object, object)

If onPort is not empty, the Port given by onPort must be an owned or inherited feature of the type of the target InputPin. onPort<>null implies target.type.oclAsType(Classifier).allFeatures()->includes(onPort)

bool Type_target_pin(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool