Interface IEModelElement
The public interface for EModelElement
[DefaultImplementationType(typeof(EModelElement))]
[XmlDefaultImplementationType(typeof(EModelElement))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EModelElement")]
public interface IEModelElement : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EAnnotations
The eAnnotations property
[Browsable(false)]
[XmlElementName("eAnnotations")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("eModelElement")]
IOrderedSetExpression<IEAnnotation> EAnnotations { get; }
Property Value
Methods
GetEAnnotation(string)
IEAnnotation GetEAnnotation(string source)
Parameters
sourcestring
Returns
Events
GetEAnnotationCalled
Gets fired after the operation getEAnnotation got called
event EventHandler<OperationCallEventArgs> GetEAnnotationCalled
Event Type
GetEAnnotationCalling
Gets fired before the operation getEAnnotation gets called
event EventHandler<OperationCallEventArgs> GetEAnnotationCalling