Table of Contents

Class ParameterParameterSetCollection

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

Denotes a class to implement the parameterSet reference

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

Constructors

ParameterParameterSetCollection(IParameter)

Creates a new instance

public ParameterParameterSetCollection(IParameter parent)

Parameters

parent IParameter

the parent Parameter

Methods

SetOpposite(IParameterSet, IParameter)

Sets the opposite of the given item

protected override void SetOpposite(IParameterSet item, IParameter newParent)

Parameters

item IParameterSet

the item

newParent IParameter

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