Show / Hide Table of Contents

Interface IEAnnotation

The public interface for EAnnotation

Inherited Members
IEModelElement.EAnnotations
IModelElement.Delete()
IModelElement.Deleted
IModelElement.Deleting
IModelElement.IsIdentified
IModelElement.ToIdentifierString()
IModelElement.RelativeUri
IModelElement.AbsoluteUri
IModelElement.Resolve(Uri)
IModelElement.GetContainerReference(IModelElement, out int)
IModelElement.Model
IModelElement.Parent
IModelElement.ParentChanged
IModelElement.Children
IModelElement.ReferencedElements
IModelElement.Extensions
IModelElement.GetExtension<T>()
IModelElement.GetClass()
IModelElement.GetAttributeValue(IAttribute, int)
IModelElement.GetAttributeValues(IAttribute)
IModelElement.CallOperation(IOperation, params object[])
IModelElement.GetReferencedElement(IReference, int)
IModelElement.SetReferencedElement(IReference, IModelElement)
IModelElement.GetReferencedElements(IReference)
IModelElement.SetAttributeValue(IAttribute, object)
IModelElement.Freeze()
IModelElement.Lock()
IModelElement.Unlock()
IModelElement.TryUnlock()
IModelElement.IsFrozen
IModelElement.IsLocked
IModelElement.BubbledChange
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EAnnotation))]
[XmlDefaultImplementationType(typeof(EAnnotation))]
public interface IEAnnotation : IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

Contents

The contents property

Declaration
IOrderedSetExpression<IModelElement> Contents { get; }
Property Value
Type Description
IOrderedSetExpression<IModelElement>
| Edit this page View Source

Details

The details property

Declaration
IOrderedSetExpression<IEStringToStringMapEntry> Details { get; }
Property Value
Type Description
IOrderedSetExpression<IEStringToStringMapEntry>
| Edit this page View Source

EModelElement

The eModelElement property

Declaration
IEModelElement EModelElement { get; set; }
Property Value
Type Description
IEModelElement
| Edit this page View Source

References

The references property

Declaration
IOrderedSetExpression<IModelElement> References { get; }
Property Value
Type Description
IOrderedSetExpression<IModelElement>
| Edit this page View Source

Source

The source property

Declaration
string Source { get; set; }
Property Value
Type Description
string

Events

| Edit this page View Source

EModelElementChanged

Gets fired when the EModelElement property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> EModelElementChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

EModelElementChanging

Gets fired before the EModelElement property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> EModelElementChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

SourceChanged

Gets fired when the Source property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> SourceChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

SourceChanging

Gets fired before the Source property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> SourceChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX