Table of Contents

Class ParameterSetParameterCollection

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

Denotes a class to implement the parameter reference

public class ParameterSetParameterCollection : ObservableOppositeSet<IParameterSet, IParameter>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IParameter>, ISet<IParameter>, ICollectionExpression<IParameter>, IEnumerableExpression<IParameter>, IEnumerableExpression, ICollection<IParameter>, IEnumerable<IParameter>, IEnumerable
Inheritance
ParameterSetParameterCollection
Implements
Inherited Members

Constructors

ParameterSetParameterCollection(IParameterSet)

Creates a new instance

public ParameterSetParameterCollection(IParameterSet parent)

Parameters

parent IParameterSet

the parent ParameterSet

Methods

SetOpposite(IParameter, IParameterSet)

Sets the opposite of the given item

protected override void SetOpposite(IParameter item, IParameterSet newParent)

Parameters

item IParameter

the item

newParent IParameterSet

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