Table of Contents

Interface IStructuralFeature

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

The public interface for StructuralFeature

[DefaultImplementationType(typeof(StructuralFeature))]
[XmlDefaultImplementationType(typeof(StructuralFeature))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//StructuralFeature")]
public interface IStructuralFeature : ITypedElement, IMultiplicityElement, IFeature, IRedefinableElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

IsReadOnly

States whether the feature's value may be modified by a client.

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

Property Value

bool

Events

IsReadOnlyChanged

Gets fired when the IsReadOnly property changed its value

event EventHandler<ValueChangedEventArgs> IsReadOnlyChanged

Event Type

EventHandler<ValueChangedEventArgs>

IsReadOnlyChanging

Gets fired before the IsReadOnly property changes its value

event EventHandler<ValueChangedEventArgs> IsReadOnlyChanging

Event Type

EventHandler<ValueChangedEventArgs>