Table of Contents

Class ActivityEdgeInPartitionCollection

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

Denotes a class to implement the inPartition reference

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

Constructors

ActivityEdgeInPartitionCollection(IActivityEdge)

Creates a new instance

public ActivityEdgeInPartitionCollection(IActivityEdge parent)

Parameters

parent IActivityEdge

the parent ActivityEdge

Methods

SetOpposite(IActivityPartition, IActivityEdge)

Sets the opposite of the given item

protected override void SetOpposite(IActivityPartition item, IActivityEdge newParent)

Parameters

item IActivityPartition

the item

newParent IActivityEdge

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