Table of Contents

Class OperationParametersCollection

Namespace
NMF.Models.Meta
Assembly
NMF.Models.dll

Denotes a class to implement the Parameters reference

public class OperationParametersCollection : ObservableOppositeList<IOperation, IParameter>, IReadOnlyList<IParameter>, IReadOnlyCollection<IParameter>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<IParameter>, IList<IParameter>, ICollectionExpression<IParameter>, IEnumerableExpression<IParameter>, IEnumerableExpression, ICollection<IParameter>, IEnumerable<IParameter>, IEnumerable
Inheritance
OperationParametersCollection
Implements
Inherited Members

Constructors

OperationParametersCollection(IOperation)

Creates a new instance

public OperationParametersCollection(IOperation parent)

Parameters

parent IOperation

the parent Operation

Methods

SetOpposite(IParameter, IOperation)

Sets the opposite of the given item

protected override void SetOpposite(IParameter item, IOperation newParent)

Parameters

item IParameter

the item

newParent IOperation

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