Table of Contents

Class EClassEOperationsCollection

Namespace
NMF.Interop.Ecore
Assembly
NMF.EcoreInterop.dll

Denotes a collection type for operations of classes

public class EClassEOperationsCollection : ObservableOppositeOrderedSet<IEClass, IEOperation>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IEOperation>, IListExpression<IEOperation>, ISetExpression<IEOperation>, ICollectionExpression<IEOperation>, IEnumerableExpression<IEOperation>, IOrderedSet<IEOperation>, IList<IEOperation>, ISet<IEOperation>, ICollection<IEOperation>, IEnumerable<IEOperation>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
EClassEOperationsCollection
Implements
Inherited Members

Constructors

EClassEOperationsCollection(IEClass)

Creates a new instance

public EClassEOperationsCollection(IEClass parent)

Parameters

parent IEClass

the parent element

Methods

SetOpposite(IEOperation, IEClass)

Sets the opposite value

protected override void SetOpposite(IEOperation item, IEClass parent)

Parameters

item IEOperation

The item to set the opposite

parent IEClass