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