Interface IEOperation
The public interface for EOperation
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EOperation))]
[XmlDefaultImplementationType(typeof(EOperation))]
public interface IEOperation : IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceEContainingClass
The eContainingClass property
Declaration
IEClass EContainingClass { get; set; }
Property Value
Type | Description |
---|---|
IEClass |
EExceptions
The eExceptions property
Declaration
IOrderedSetExpression<IEClassifier> EExceptions { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEClassifier> |
EGenericExceptions
The eGenericExceptions property
Declaration
IOrderedSetExpression<IEGenericType> EGenericExceptions { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEGenericType> |
EParameters
The eParameters property
Declaration
IOrderedSetExpression<IEParameter> EParameters { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEParameter> |
ETypeParameters
The eTypeParameters property
Declaration
IOrderedSetExpression<IETypeParameter> ETypeParameters { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IETypeParameter> |
Events
| Edit this page View SourceEContainingClassChanged
Gets fired when the EContainingClass property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EContainingClassChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EContainingClassChanging
Gets fired before the EContainingClass property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EContainingClassChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |