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