Table of Contents

Interface IPackageMerge

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

The public interface for PackageMerge

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

Properties

MergedPackage

References the Package that is to be merged with the receiving package of the Package-Merge. Subsets DirectedRelationship::target.

[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. Subsets Element::owner and DirectedRelationship::source.

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

Property Value

IPackage