Table of Contents

Class ExecutableNodeHandlerCollection

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

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

parent IExecutableNode

the parent ExecutableNode

Methods

SetOpposite(IExceptionHandler, IExecutableNode)

Sets the opposite of the given item

protected override void SetOpposite(IExceptionHandler item, IExecutableNode newParent)

Parameters

item IExceptionHandler

the item

newParent IExecutableNode

the new parent or null, if the item is removed from the collection