Table of Contents

Class EOperationEParametersCollection

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

Denotes a collection type for parameters of operations

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 element

Methods

SetOpposite(IEParameter, IEOperation)

Sets the opposite value

protected override void SetOpposite(IEParameter item, IEOperation parent)

Parameters

item IEParameter

The item to set the opposite

parent IEOperation