Interface IFeature
A Feature for an Type, such as a Property or an Operation
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IFeature : IRedefinableElement, INamedElement, IElement, IElementsObservable
Properties
FeaturingClassifiers
Which Classifiers use this feature
Declaration
IEnumerable<IClassifier> FeaturingClassifiers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IClassifier> |
IsStatic
True if this is shared by all instances of its Classifier. False if each instance has its own value.
Declaration
bool IsStatic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |