Interface IStructuralFeature
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; }