Class ActivityNodeInInterruptibleRegionCollection
Denotes a class to implement the inInterruptibleRegion reference
public class ActivityNodeInInterruptibleRegionCollection : ObservableOppositeSet<IActivityNode, IInterruptibleActivityRegion>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IInterruptibleActivityRegion>, ISet<IInterruptibleActivityRegion>, ICollectionExpression<IInterruptibleActivityRegion>, IEnumerableExpression<IInterruptibleActivityRegion>, IEnumerableExpression, ICollection<IInterruptibleActivityRegion>, IEnumerable<IInterruptibleActivityRegion>, IEnumerable
- Inheritance
-
ActivityNodeInInterruptibleRegionCollection
- Implements
- Inherited Members
Constructors
ActivityNodeInInterruptibleRegionCollection(IActivityNode)
Creates a new instance
public ActivityNodeInInterruptibleRegionCollection(IActivityNode parent)
Parameters
parent
IActivityNodethe parent ActivityNode
Methods
SetOpposite(IInterruptibleActivityRegion, IActivityNode)
Sets the opposite of the given item
protected override void SetOpposite(IInterruptibleActivityRegion item, IActivityNode newParent)
Parameters
item
IInterruptibleActivityRegionthe item
newParent
IActivityNodethe new parent or null, if the item is removed from the collection