Table of Contents

Interface IInstanceValue

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

The public interface for InstanceValue

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

Properties

Instance

The InstanceSpecification that represents the specified value. <p>From package UML::Classification.</p>

[XmlElementName("instance")]
[XmlAttribute(true)]
IInstanceSpecification Instance { get; set; }

Property Value

IInstanceSpecification