Class InteractionLifelineCollection
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
IInteractionthe parent Interaction
Methods
SetOpposite(ILifeline, IInteraction)
Sets the opposite of the given item
protected override void SetOpposite(ILifeline item, IInteraction newParent)
Parameters
item
ILifelinethe item
newParent
IInteractionthe new parent or null, if the item is removed from the collection