Interface IEOperation
The public interface for EOperation
[DefaultImplementationType(typeof(EOperation))]
[XmlDefaultImplementationType(typeof(EOperation))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EOperation")]
public interface IEOperation : IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EContainingClass
The eContainingClass property
[Browsable(false)]
[XmlElementName("eContainingClass")]
[XmlAttribute(true)]
[XmlOpposite("eOperations")]
IEClass EContainingClass { get; set; }
Property Value
EExceptions
The eExceptions property
[XmlElementName("eExceptions")]
[XmlAttribute(true)]
IOrderedSetExpression<IEClassifier> EExceptions { get; }
Property Value
EGenericExceptions
The eGenericExceptions property
[Browsable(false)]
[XmlElementName("eGenericExceptions")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEGenericType> EGenericExceptions { get; }
Property Value
EParameters
The eParameters property
[Browsable(false)]
[XmlElementName("eParameters")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("eOperation")]
IOrderedSetExpression<IEParameter> EParameters { get; }
Property Value
ETypeParameters
The eTypeParameters property
[Browsable(false)]
[XmlElementName("eTypeParameters")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IETypeParameter> ETypeParameters { get; }
Property Value
Methods
GetOperationID()
int GetOperationID()
Returns
IsOverrideOf(IEOperation)
bool IsOverrideOf(IEOperation someOperation)
Parameters
someOperationIEOperation
Returns
Events
EContainingClassChanged
Gets fired when the EContainingClass property changed its value
event EventHandler<ValueChangedEventArgs> EContainingClassChanged
Event Type
EContainingClassChanging
Gets fired before the EContainingClass property changes its value
event EventHandler<ValueChangedEventArgs> EContainingClassChanging
Event Type
GetOperationIDCalled
Gets fired after the operation getOperationID got called
event EventHandler<OperationCallEventArgs> GetOperationIDCalled
Event Type
GetOperationIDCalling
Gets fired before the operation getOperationID gets called
event EventHandler<OperationCallEventArgs> GetOperationIDCalling
Event Type
IsOverrideOfCalled
Gets fired after the operation isOverrideOf got called
event EventHandler<OperationCallEventArgs> IsOverrideOfCalled
Event Type
IsOverrideOfCalling
Gets fired before the operation isOverrideOf gets called
event EventHandler<OperationCallEventArgs> IsOverrideOfCalling