Interface IStructuralFeature
A typed feature defines the structure of a classifier
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IStructuralFeature : IFeature, IRedefinableElement, IMultiplicityElement, ITypedElement, INamedElement, IElement, IElementsObservable
Properties
DataType
Declaration
IElement DataType { get; set; }
Property Value
IsReadOnly
True is the feature is read only
Declaration
bool IsReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TypeId
Declaration
Guid TypeId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Extension Methods