Table of Contents

Interface IComment

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

The public interface for Comment

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

Properties

AnnotatedElement

References the Element(s) being commented. <p>From package UML::CommonStructure.</p>

[XmlElementName("annotatedElement")]
[XmlAttribute(true)]
ISetExpression<IElement> AnnotatedElement { get; }

Property Value

ISetExpression<IElement>

Body

Specifies a string that is the comment. <p>From package UML::CommonStructure.</p>

[XmlElementName("body")]
[XmlAttribute(true)]
string Body { get; set; }

Property Value

string