Interface IEAnnotation
The public interface for EAnnotation
[DefaultImplementationType(typeof(EAnnotation))]
[XmlDefaultImplementationType(typeof(EAnnotation))]
public interface IEAnnotation : IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Contents
The contents property
IOrderedSetExpression<IModelElement> Contents { get; }
Property Value
Details
The details property
IOrderedSetExpression<IEStringToStringMapEntry> Details { get; }
Property Value
EModelElement
The eModelElement property
IEModelElement EModelElement { get; set; }
Property Value
References
The references property
IOrderedSetExpression<IModelElement> References { get; }
Property Value
Source
The source property
string Source { get; set; }
Property Value
Events
EModelElementChanged
Gets fired when the EModelElement property changed its value
event EventHandler<ValueChangedEventArgs> EModelElementChanged
Event Type
EModelElementChanging
Gets fired before the EModelElement property changes its value
event EventHandler<ValueChangedEventArgs> EModelElementChanging
Event Type
SourceChanged
Gets fired when the Source property changed its value
event EventHandler<ValueChangedEventArgs> SourceChanged
Event Type
SourceChanging
Gets fired before the Source property changes its value
event EventHandler<ValueChangedEventArgs> SourceChanging