Table of Contents

Interface IInstanceValue

Namespace
NMF.Interop.Cmof
Assembly
NMF.UMLInterop.dll

The public interface for InstanceValue

[DefaultImplementationType(typeof(InstanceValue))]
[XmlDefaultImplementationType(typeof(InstanceValue))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//InstanceValue")]
public interface IInstanceValue : IValueSpecification, IPackageableElement, ITypedElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Instance

The instance that is the specified value.

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

Property Value

IInstanceSpecification