Class InteractionFragmentCoveredCollection
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
parentIInteractionFragmentthe parent InteractionFragment
Methods
SetOpposite(ILifeline, IInteractionFragment)
Sets the opposite of the given item
protected override void SetOpposite(ILifeline item, IInteractionFragment newParent)
Parameters
itemILifelinethe item
newParentIInteractionFragmentthe new parent or null, if the item is removed from the collection