Interface ICallBehaviorAction
The public interface for CallBehaviorAction
[DefaultImplementationType(typeof(CallBehaviorAction))]
[XmlDefaultImplementationType(typeof(CallBehaviorAction))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//CallBehaviorAction")]
public interface ICallBehaviorAction : ICallAction, IInvocationAction, IAction, IExecutableNode, IActivityNode, IActivityContent, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Behavior
The Behavior being invoked. <p>From package UML::Actions.</p>
[XmlElementName("behavior")]
[XmlAttribute(true)]
IBehavior Behavior { get; set; }
Property Value
Methods
No_onport(object, object)
A CallBehaviorAction may not specify onPort. onPort=null
bool No_onport(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.