Table of Contents

Interface IPackageableElement

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

The public interface for PackageableElement

[DefaultImplementationType(typeof(PackageableElement))]
[XmlDefaultImplementationType(typeof(PackageableElement))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//PackageableElement")]
public interface IPackageableElement : IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Methods

Namespace_needs_visibility(object, object)

A PackageableElement owned by a Namespace must have a visibility. visibility = null implies namespace = null

bool Namespace_needs_visibility(object diagnostics, object context)

Parameters

diagnostics object

The chain of diagnostics to which problems are to be appended.

context object

The cache of context-specific information.

Returns

bool