Table of Contents

Class UseCaseExtendCollection

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

Denotes a class to implement the extend reference

public class UseCaseExtendCollection : ObservableOppositeOrderedSet<IUseCase, IExtend>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IExtend>, IListExpression<IExtend>, ISetExpression<IExtend>, ICollectionExpression<IExtend>, IEnumerableExpression<IExtend>, IOrderedSet<IExtend>, IList<IExtend>, ISet<IExtend>, ICollection<IExtend>, IEnumerable<IExtend>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
UseCaseExtendCollection
Implements
Inherited Members

Constructors

UseCaseExtendCollection(IUseCase)

Creates a new instance

public UseCaseExtendCollection(IUseCase parent)

Parameters

parent IUseCase

the parent UseCase

Methods

SetOpposite(IExtend, IUseCase)

Sets the opposite of the given item

protected override void SetOpposite(IExtend item, IUseCase newParent)

Parameters

item IExtend

the item

newParent IUseCase

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