Table of Contents

Interface IPackageMerge

Namespace
NMF.Interop.Cmof
Assembly
NMF.UMLInterop.dll

The public interface for PackageMerge

[DefaultImplementationType(typeof(PackageMerge))]
[XmlDefaultImplementationType(typeof(PackageMerge))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//PackageMerge")]
public interface IPackageMerge : IDirectedRelationship, IRelationship, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

MergedPackage

References the Package that is to be merged with the receiving package of the PackageMerge.

[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.

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

Property Value

IPackage