Table of Contents

Interface IStructuralFeature

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

The public interface for StructuralFeature

[DefaultImplementationType(typeof(StructuralFeature))]
[XmlDefaultImplementationType(typeof(StructuralFeature))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//StructuralFeature")]
public interface IStructuralFeature : IMultiplicityElement, ITypedElement, IFeature, IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

IsReadOnly

If isReadOnly is true, the StructuralFeature may not be written to after initialization. <p>From package UML::Classification.</p>

[TypeConverter(typeof(LowercaseBooleanConverter))]
[XmlElementName("isReadOnly")]
[XmlAttribute(true)]
bool IsReadOnly { get; set; }

Property Value

bool