Table of Contents

Interface IReadStructuralFeatureAction

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

The public interface for ReadStructuralFeatureAction

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

Properties

Result

The OutputPin on which the result values are placed. <p>From package UML::Actions.</p>

[Browsable(false)]
[XmlElementName("result")]
[XmlAttribute(false)]
[Containment]
IOutputPin Result { get; set; }

Property Value

IOutputPin

Methods

Type_and_ordering(object, object)

The type and ordering of the result OutputPin are the same as the type and ordering of the StructuralFeature. result.type =structuralFeature.type and result.isOrdered = structuralFeature.isOrdered

bool Type_and_ordering(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