Table of Contents

Interface IFeature

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

The public interface for Feature

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

Properties

IsStatic

Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true).

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

Property Value

bool