Table of Contents

Class ActivityNodeInInterruptibleRegionCollection

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

Denotes a class to implement the inInterruptibleRegion reference

public class ActivityNodeInInterruptibleRegionCollection : ObservableOppositeSet<IActivityNode, IInterruptibleActivityRegion>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IInterruptibleActivityRegion>, ISet<IInterruptibleActivityRegion>, ICollectionExpression<IInterruptibleActivityRegion>, IEnumerableExpression<IInterruptibleActivityRegion>, IEnumerableExpression, ICollection<IInterruptibleActivityRegion>, IEnumerable<IInterruptibleActivityRegion>, IEnumerable
Inheritance
ActivityNodeInInterruptibleRegionCollection
Implements
Inherited Members

Constructors

ActivityNodeInInterruptibleRegionCollection(IActivityNode)

Creates a new instance

public ActivityNodeInInterruptibleRegionCollection(IActivityNode parent)

Parameters

parent IActivityNode

the parent ActivityNode

Methods

SetOpposite(IInterruptibleActivityRegion, IActivityNode)

Sets the opposite of the given item

protected override void SetOpposite(IInterruptibleActivityRegion item, IActivityNode newParent)

Parameters

item IInterruptibleActivityRegion

the item

newParent IActivityNode

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