Interface IReadExtentAction
The public interface for ReadExtentAction
[DefaultImplementationType(typeof(ReadExtentAction))]
[XmlDefaultImplementationType(typeof(ReadExtentAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//ReadExtentAction")]
public interface IReadExtentAction : IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Classifier
The Classifier whose instances are to be retrieved. <p>From package UML::Actions.</p>
[XmlElementName("classifier")]
[XmlAttribute(true)]
IClassifier Classifier { get; set; }
Property Value
Result
The OutputPin on which the Classifier instances are placed. <p>From package UML::Actions.</p>
[Browsable(false)]
[XmlElementName("result")]
[XmlAttribute(false)]
[Containment]
IOutputPin Result { get; set; }
Property Value
Methods
Multiplicity_of_result(object, object)
The multiplicity of the result OutputPin is 0... result.is(0,)
bool Multiplicity_of_result(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.
Returns
Type_is_classifier(object, object)
The type of the result OutputPin is the classifier. result.type = classifier
bool Type_is_classifier(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.