Class InteractionOperandFragmentCollection
Denotes a class to implement the fragment reference
public class InteractionOperandFragmentCollection : ObservableOppositeOrderedSet<IInteractionOperand, 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
-
InteractionOperandFragmentCollection
- Implements
- Inherited Members
Constructors
InteractionOperandFragmentCollection(IInteractionOperand)
Creates a new instance
public InteractionOperandFragmentCollection(IInteractionOperand parent)
Parameters
parent
IInteractionOperandthe parent InteractionOperand
Methods
SetOpposite(IInteractionFragment, IInteractionOperand)
Sets the opposite of the given item
protected override void SetOpposite(IInteractionFragment item, IInteractionOperand newParent)
Parameters
item
IInteractionFragmentthe item
newParent
IInteractionOperandthe new parent or null, if the item is removed from the collection