Table of Contents

Class InteractionFragmentCollection

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

Denotes a class to implement the fragment reference

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

Constructors

InteractionFragmentCollection(IInteraction)

Creates a new instance

public InteractionFragmentCollection(IInteraction parent)

Parameters

parent IInteraction

the parent Interaction

Methods

SetOpposite(IInteractionFragment, IInteraction)

Sets the opposite of the given item

protected override void SetOpposite(IInteractionFragment item, IInteraction newParent)

Parameters

item IInteractionFragment

the item

newParent IInteraction

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