Interface ICallEvent
The public interface for CallEvent
[DefaultImplementationType(typeof(CallEvent))]
[XmlDefaultImplementationType(typeof(CallEvent))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//CallEvent")]
public interface ICallEvent : IMessageEvent, IEvent, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Operation
Designates the Operation whose invocation raised the CalEvent. <p>From package UML::CommonBehavior.</p>
[XmlElementName("operation")]
[XmlAttribute(true)]
IOperation Operation { get; set; }