Show / Hide Table of Contents

Class EModelElementEAnnotationsCollection

Inheritance
object
DecoratedSet<IEAnnotation>
OrderedSet<IEAnnotation>
ObservableOrderedSet<IEAnnotation>
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>
EModelElementEAnnotationsCollection
Implements
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
Inherited Members
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.Parent
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.SetOpposite(IEAnnotation, IEModelElement)
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.Clear()
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.Add(IEAnnotation)
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.Insert(int, IEAnnotation)
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.Remove(IEAnnotation, int)
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.Replace(int, IEAnnotation, IEAnnotation)
ObservableOppositeOrderedSet<IEModelElement, IEAnnotation>.ToString()
ObservableOrderedSet<IEAnnotation>.OnPropertyChanged(string)
ObservableOrderedSet<IEAnnotation>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableOrderedSet<IEAnnotation>.OnCollectionChanging(NotifyCollectionChangedEventArgs)
ObservableOrderedSet<IEAnnotation>.CollectionChanged
ObservableOrderedSet<IEAnnotation>.CollectionChanging
ObservableOrderedSet<IEAnnotation>.PropertyChanged
ObservableOrderedSet<IEAnnotation>.AsNotifiable()
ObservableOrderedSet<IEAnnotation>.RequireEvents()
ObservableOrderedSet<IEAnnotation>.Add(IEAnnotation)
ObservableOrderedSet<IEAnnotation>.SilentAdd(IEAnnotation)
ObservableOrderedSet<IEAnnotation>.Insert(int, IEAnnotation)
ObservableOrderedSet<IEAnnotation>.SilentInsert(int, IEAnnotation)
ObservableOrderedSet<IEAnnotation>.Clear()
ObservableOrderedSet<IEAnnotation>.SilentClear()
ObservableOrderedSet<IEAnnotation>.Remove(IEAnnotation, int)
ObservableOrderedSet<IEAnnotation>.SilentRemove(IEAnnotation, int)
ObservableOrderedSet<IEAnnotation>.Replace(int, IEAnnotation, IEAnnotation)
ObservableOrderedSet<IEAnnotation>.SilentReplace(int, IEAnnotation, IEAnnotation)
ObservableOrderedSet<IEAnnotation>.ToString()
OrderedSet<IEAnnotation>.Remove(IEAnnotation)
OrderedSet<IEAnnotation>.GetEnumerator()
OrderedSet<IEAnnotation>.IndexOf(IEAnnotation)
OrderedSet<IEAnnotation>.RemoveAt(int)
OrderedSet<IEAnnotation>.this[int]
OrderedSet<IEAnnotation>.AsReadOnly()
DecoratedSet<IEAnnotation>.Items
DecoratedSet<IEAnnotation>.ExceptWith(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.IntersectWith(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.IsProperSubsetOf(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.IsProperSupersetOf(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.IsSubsetOf(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.IsSupersetOf(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.Overlaps(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.SetEquals(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.SymmetricExceptWith(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.UnionWith(IEnumerable<IEAnnotation>)
DecoratedSet<IEAnnotation>.Contains(IEAnnotation)
DecoratedSet<IEAnnotation>.CopyTo(IEAnnotation[], int)
DecoratedSet<IEAnnotation>.Count
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Source

EModelElementEAnnotationsCollection(IEModelElement)

Declaration
public EModelElementEAnnotationsCollection(IEModelElement parent)
Parameters
Type Name Description
IEModelElement parent

Methods

| Edit this page View Source

SetOpposite(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)

Implements

INotifyCollectionChanged
INotifyCollectionChanging
INotifyPropertyChanged
IOrderedSetExpression<T>
IListExpression<T>
ISetExpression<T>
ICollectionExpression<T>
IEnumerableExpression<T>
IOrderedSet<T>
IList<T>
ISet<T>
ICollection<T>
IEnumerable<T>
ICollectionExpression
IEnumerableExpression
IList
ICollection
IEnumerable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX