Table of Contents

Class ExpansionRegionInputElementCollection

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

Denotes a class to implement the inputElement reference

public class ExpansionRegionInputElementCollection : ObservableOppositeSet<IExpansionRegion, IExpansionNode>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IExpansionNode>, ISet<IExpansionNode>, ICollectionExpression<IExpansionNode>, IEnumerableExpression<IExpansionNode>, IEnumerableExpression, ICollection<IExpansionNode>, IEnumerable<IExpansionNode>, IEnumerable
Inheritance
ExpansionRegionInputElementCollection
Implements
Inherited Members

Constructors

ExpansionRegionInputElementCollection(IExpansionRegion)

Creates a new instance

public ExpansionRegionInputElementCollection(IExpansionRegion parent)

Parameters

parent IExpansionRegion

the parent ExpansionRegion

Methods

SetOpposite(IExpansionNode, IExpansionRegion)

Sets the opposite of the given item

protected override void SetOpposite(IExpansionNode item, IExpansionRegion newParent)

Parameters

item IExpansionNode

the item

newParent IExpansionRegion

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