Class InteractionFragmentCollection
Denotes a class to implement the fragment reference
public class InteractionFragmentCollection : ObservableOppositeOrderedSet<IInteraction, IInteractionFragment>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IInteractionFragment>, IListExpression<IInteractionFragment>, ISetExpression<IInteractionFragment>, ICollectionExpression<IInteractionFragment>, IEnumerableExpression<IInteractionFragment>, IOrderedSet<IInteractionFragment>, IList<IInteractionFragment>, ISet<IInteractionFragment>, ICollection<IInteractionFragment>, IEnumerable<IInteractionFragment>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
InteractionFragmentCollection
- Implements
- Inherited Members
Constructors
InteractionFragmentCollection(IInteraction)
Creates a new instance
public InteractionFragmentCollection(IInteraction parent)
Parameters
parentIInteractionthe parent Interaction
Methods
SetOpposite(IInteractionFragment, IInteraction)
Sets the opposite of the given item
protected override void SetOpposite(IInteractionFragment item, IInteraction newParent)
Parameters
itemIInteractionFragmentthe item
newParentIInteractionthe new parent or null, if the item is removed from the collection