Interface ISlot
The public interface for Slot
[DefaultImplementationType(typeof(Slot))]
[XmlDefaultImplementationType(typeof(Slot))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Slot")]
public interface ISlot : IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
DefiningFeature
The StructuralFeature that specifies the values that may be held by the Slot. <p>From package UML::Classification.</p>
[XmlElementName("definingFeature")]
[XmlAttribute(true)]
IStructuralFeature DefiningFeature { get; set; }
Property Value
OwningInstance
The InstanceSpecification that owns this Slot. <p>From package UML::Classification.</p>
[Browsable(false)]
[XmlElementName("owningInstance")]
[XmlAttribute(true)]
[XmlOpposite("slot")]
IInstanceSpecification OwningInstance { get; set; }
Property Value
Value
The value or values held by the Slot. <p>From package UML::Classification.</p>
[Browsable(false)]
[XmlElementName("value")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IValueSpecification> Value { get; }