Table of Contents

Interface IExtensionPoint

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

The public interface for ExtensionPoint

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

Properties

UseCase

The UseCase that owns this ExtensionPoint. <p>From package UML::UseCases.</p>

[Browsable(false)]
[XmlElementName("useCase")]
[XmlAttribute(true)]
[XmlOpposite("extensionPoint")]
IUseCase UseCase { get; set; }

Property Value

IUseCase

Methods

Must_have_name(object, object)

An ExtensionPoint must have a name. name->notEmpty ()

bool Must_have_name(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