Class ExecutableNodeHandlerCollection
Denotes a class to implement the handler reference
public class ExecutableNodeHandlerCollection : ObservableOppositeOrderedSet<IExecutableNode, IExceptionHandler>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IExceptionHandler>, IListExpression<IExceptionHandler>, ISetExpression<IExceptionHandler>, ICollectionExpression<IExceptionHandler>, IEnumerableExpression<IExceptionHandler>, IOrderedSet<IExceptionHandler>, IList<IExceptionHandler>, ISet<IExceptionHandler>, ICollection<IExceptionHandler>, IEnumerable<IExceptionHandler>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
ExecutableNodeHandlerCollection
- Implements
- Inherited Members
Constructors
ExecutableNodeHandlerCollection(IExecutableNode)
Creates a new instance
public ExecutableNodeHandlerCollection(IExecutableNode parent)
Parameters
parentIExecutableNodethe parent ExecutableNode
Methods
SetOpposite(IExceptionHandler, IExecutableNode)
Sets the opposite of the given item
protected override void SetOpposite(IExceptionHandler item, IExecutableNode newParent)
Parameters
itemIExceptionHandlerthe item
newParentIExecutableNodethe new parent or null, if the item is removed from the collection