Interface IExtensionPoint
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
Methods
Must_have_name(object, object)
An ExtensionPoint must have a name. name->notEmpty ()
bool Must_have_name(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.