Table of Contents

Class InteractionFragmentCoveredCollection

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

Denotes a class to implement the covered reference

public class InteractionFragmentCoveredCollection : ObservableOppositeSet<IInteractionFragment, ILifeline>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<ILifeline>, ISet<ILifeline>, ICollectionExpression<ILifeline>, IEnumerableExpression<ILifeline>, IEnumerableExpression, ICollection<ILifeline>, IEnumerable<ILifeline>, IEnumerable
Inheritance
InteractionFragmentCoveredCollection
Implements
Inherited Members

Constructors

InteractionFragmentCoveredCollection(IInteractionFragment)

Creates a new instance

public InteractionFragmentCoveredCollection(IInteractionFragment parent)

Parameters

parent IInteractionFragment

the parent InteractionFragment

Methods

SetOpposite(ILifeline, IInteractionFragment)

Sets the opposite of the given item

protected override void SetOpposite(ILifeline item, IInteractionFragment newParent)

Parameters

item ILifeline

the item

newParent IInteractionFragment

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