Table of Contents

Interface ISlot

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

The public interface for Slot

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

Properties

DefiningFeature

The structural feature that specifies the values that may be held by the slot.

[XmlElementName("definingFeature")]
[XmlAttribute(true)]
IStructuralFeature DefiningFeature { get; set; }

Property Value

IStructuralFeature

OwningInstance

The instance specification that owns this slot.

[Browsable(false)]
[XmlElementName("owningInstance")]
[XmlAttribute(true)]
[XmlOpposite("slot")]
IInstanceSpecification OwningInstance { get; set; }

Property Value

IInstanceSpecification

Value

The value or values corresponding to the defining feature for the owning instance specification.

[Browsable(false)]
[XmlElementName("value")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IValueSpecification> Value { get; }

Property Value

IOrderedSetExpression<IValueSpecification>