Interface IEParameter
The public interface for EParameter
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EParameter))]
[XmlDefaultImplementationType(typeof(EParameter))]
public interface IEParameter : IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceEOperation
The eOperation property
Declaration
IEOperation EOperation { get; set; }
Property Value
Type | Description |
---|---|
IEOperation |
Events
| Edit this page View SourceEOperationChanged
Gets fired when the EOperation property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EOperationChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EOperationChanging
Gets fired before the EOperation property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EOperationChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |