Table of Contents

Interface ITypedElement

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

The public interface for TypedElement

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

Properties

Type

The type of the TypedElement. <p>From package UML::CommonStructure.</p>

[XmlElementName("type")]
[XmlAttribute(true)]
IType Type { get; set; }

Property Value

IType