Table of Contents

Class EOperationEParametersCollection

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

Denotes a class to implement the eParameters reference

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

Constructors

EOperationEParametersCollection(IEOperation)

Creates a new instance

public EOperationEParametersCollection(IEOperation parent)

Parameters

parent IEOperation

the parent EOperation

Methods

SetOpposite(IEParameter, IEOperation)

Sets the opposite of the given item

protected override void SetOpposite(IEParameter item, IEOperation newParent)

Parameters

item IEParameter

the item

newParent IEOperation

the new parent or null, if the item is removed from the collection