Table of Contents

Class PackageOwnedTypeCollection

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

Denotes a class to implement the ownedType reference

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

Constructors

PackageOwnedTypeCollection(IPackage)

Creates a new instance

public PackageOwnedTypeCollection(IPackage parent)

Parameters

parent IPackage

the parent Package

Methods

SetOpposite(IType, IPackage)

Sets the opposite of the given item

protected override void SetOpposite(IType item, IPackage newParent)

Parameters

item IType

the item

newParent IPackage

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