Table of Contents

Interface IManifestation

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

The public interface for Manifestation

[DefaultImplementationType(typeof(Manifestation))]
[XmlDefaultImplementationType(typeof(Manifestation))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Manifestation")]
public interface IManifestation : IAbstraction, IDependency, IDirectedRelationship, IRelationship, IPackageableElement, IParameterableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

UtilizedElement

The model element that is utilized in the manifestation in an Artifact. <p>From package UML::Deployments.</p>

[XmlElementName("utilizedElement")]
[XmlAttribute(true)]
IPackageableElement UtilizedElement { get; set; }

Property Value

IPackageableElement