Table of Contents

Interface IInvocationAction

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

The public interface for InvocationAction

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

Properties

Argument

The InputPins that provide the argument values passed in the invocation request. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("argument")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IInputPin> Argument { get; }

Property Value

IOrderedSetExpression<IInputPin>

OnPort

For CallOperationActions, SendSignalActions, and SendObjectActions, an optional Port of the target object through which the invocation request is sent. <p>From package UML::Actions.</p>

[XmlElementName("onPort")]
[XmlAttribute(true)]
IPort OnPort { get; set; }

Property Value

IPort