Table of Contents

Interface IPackageMerge

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

The public interface for PackageMerge

[DefaultImplementationType(typeof(PackageMerge))]
[XmlDefaultImplementationType(typeof(PackageMerge))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//PackageMerge")]
public interface IPackageMerge : IDirectedRelationship, IRelationship, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

MergedPackage

References the Package that is to be merged with the receiving package of the PackageMerge. <p>From package UML::Packages.</p>

[XmlElementName("mergedPackage")]
[XmlAttribute(true)]
IPackage MergedPackage { get; set; }

Property Value

IPackage

ReceivingPackage

References the Package that is being extended with the contents of the merged package of the PackageMerge. <p>From package UML::Packages.</p>

[Browsable(false)]
[XmlElementName("receivingPackage")]
[XmlAttribute(true)]
[XmlOpposite("packageMerge")]
IPackage ReceivingPackage { get; set; }

Property Value

IPackage