Table of Contents

Class RegionSubvertexCollection

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

Denotes a class to implement the subvertex reference

public class RegionSubvertexCollection : ObservableOppositeOrderedSet<IRegion, IVertex>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IVertex>, IListExpression<IVertex>, ISetExpression<IVertex>, ICollectionExpression<IVertex>, IEnumerableExpression<IVertex>, IOrderedSet<IVertex>, IList<IVertex>, ISet<IVertex>, ICollection<IVertex>, IEnumerable<IVertex>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
RegionSubvertexCollection
Implements
Inherited Members

Constructors

RegionSubvertexCollection(IRegion)

Creates a new instance

public RegionSubvertexCollection(IRegion parent)

Parameters

parent IRegion

the parent Region

Methods

SetOpposite(IVertex, IRegion)

Sets the opposite of the given item

protected override void SetOpposite(IVertex item, IRegion newParent)

Parameters

item IVertex

the item

newParent IRegion

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