Table of Contents

Class ActivityNodeInPartitionCollection

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

Denotes a class to implement the inPartition reference

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

Constructors

ActivityNodeInPartitionCollection(IActivityNode)

Creates a new instance

public ActivityNodeInPartitionCollection(IActivityNode parent)

Parameters

parent IActivityNode

the parent ActivityNode

Methods

SetOpposite(IActivityPartition, IActivityNode)

Sets the opposite of the given item

protected override void SetOpposite(IActivityPartition item, IActivityNode newParent)

Parameters

item IActivityPartition

the item

newParent IActivityNode

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