Interface IFeature
The public interface for Feature
[DefaultImplementationType(typeof(Feature))]
[XmlDefaultImplementationType(typeof(Feature))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//Feature")]
public interface IFeature : IRedefinableElement, INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
IsStatic
Specifies whether this Feature characterizes individual instances classified by the Classifier (false) or the Classifier itself (true). <p>From package UML::Classification.</p>
[TypeConverter(typeof(LowercaseBooleanConverter))]
[XmlElementName("isStatic")]
[XmlAttribute(true)]
bool IsStatic { get; set; }