Table of Contents

Class InteractionLifelineCollection

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

Denotes a class to implement the lifeline reference

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

Constructors

InteractionLifelineCollection(IInteraction)

Creates a new instance

public InteractionLifelineCollection(IInteraction parent)

Parameters

parent IInteraction

the parent Interaction

Methods

SetOpposite(ILifeline, IInteraction)

Sets the opposite of the given item

protected override void SetOpposite(ILifeline item, IInteraction newParent)

Parameters

item ILifeline

the item

newParent IInteraction

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