Interface IVariableAction
The public interface for VariableAction
[DefaultImplementationType(typeof(VariableAction))]
[XmlDefaultImplementationType(typeof(VariableAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//VariableAction")]
public interface IVariableAction : IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Variable
The Variable to be read or written. <p>From package UML::Actions.</p>
[XmlElementName("variable")]
[XmlAttribute(true)]
IVariable Variable { get; set; }
Property Value
Methods
Scope_of_variable(object, object)
The VariableAction must be in the scope of the variable. variable.isAccessibleBy(self)
bool Scope_of_variable(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.