Interface IReadStructuralFeatureAction
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
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.