Interface ISignalEvent
The public interface for SignalEvent
[DefaultImplementationType(typeof(SignalEvent))]
[XmlDefaultImplementationType(typeof(SignalEvent))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//SignalEvent")]
public interface ISignalEvent : IMessageEvent, IEvent, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Signal
The specific Signal that is associated with this SignalEvent. <p>From package UML::CommonBehavior.</p>
[XmlElementName("signal")]
[XmlAttribute(true)]
ISignal Signal { get; set; }