Class EModelElementEAnnotationsCollection
Inheritance
EModelElementEAnnotationsCollection
Implements
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
public class EModelElementEAnnotationsCollection : ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IEAnnotation>, IListExpression<IEAnnotation>, ISetExpression<IEAnnotation>, ICollectionExpression<IEAnnotation>, IEnumerableExpression<IEAnnotation>, IOrderedSet<IEAnnotation>, IList<IEAnnotation>, ISet<IEAnnotation>, ICollection<IEAnnotation>, IEnumerable<IEAnnotation>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Constructors
| Edit this page View SourceEModelElementEAnnotationsCollection(IEModelElement)
Declaration
public EModelElementEAnnotationsCollection(IEModelElement parent)
Parameters
Type | Name | Description |
---|---|---|
IEModelElement | parent |
Methods
| Edit this page View SourceSetOpposite(IEAnnotation, IEModelElement)
Declaration
protected override void SetOpposite(IEAnnotation item, IEModelElement parent)
Parameters
Type | Name | Description |
---|---|---|
IEAnnotation | item | |
IEModelElement | parent |
Overrides
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.SetOpposite(IEAnnotation, IEModelElement)