Interface IEOperation
The public interface for EOperation
[DefaultImplementationType(typeof(EOperation))]
[XmlDefaultImplementationType(typeof(EOperation))]
public interface IEOperation : IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EContainingClass
The eContainingClass property
IEClass EContainingClass { get; set; }
Property Value
EExceptions
The eExceptions property
IOrderedSetExpression<IEClassifier> EExceptions { get; }
Property Value
EGenericExceptions
The eGenericExceptions property
IOrderedSetExpression<IEGenericType> EGenericExceptions { get; }
Property Value
EParameters
The eParameters property
IOrderedSetExpression<IEParameter> EParameters { get; }
Property Value
ETypeParameters
The eTypeParameters property
IOrderedSetExpression<IETypeParameter> ETypeParameters { get; }
Property Value
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