Interface IEParameter
The public interface for EParameter
[DefaultImplementationType(typeof(EParameter))]
[XmlDefaultImplementationType(typeof(EParameter))]
public interface IEParameter : IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EOperation
The eOperation property
IEOperation EOperation { get; set; }
Property Value
Events
EOperationChanged
Gets fired when the EOperation property changed its value
event EventHandler<ValueChangedEventArgs> EOperationChanged
Event Type
EOperationChanging
Gets fired before the EOperation property changes its value
event EventHandler<ValueChangedEventArgs> EOperationChanging