Interface IPackageableElement
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
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.