Interface IStereotypePropertyInstance
The value of a Stereotype Property
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IStereotypePropertyInstance : IElement, IElementsObservable
Properties
GeneratorParameterId
Reference to the Code Generator Parameter
Declaration
Guid GeneratorParameterId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
GroupName
The Group for the Stereotype Property
Declaration
string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The Name of the Stereotype Property
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StereotypeInstance
The Stereotype this Stereotype Property belong to
Declaration
IStereotypeInstance StereotypeInstance { get; }
Property Value
Type | Description |
---|---|
IStereotypeInstance |
Type
The PropertyType for the type.
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Examples
Values can be one of the following
Undefined=0,
Boolean=100,
Datatype=200,
Date=300,
Directory=400,
File=500,
GUID=600,
LongNote=700,
LocalElement=800,
LocalClass=900,
PropertyType=1000,
RelatedField=1100,
RichNote=1200,
String=1300,
UmlClass=1400,
UmlElement=1500,
UmlModel=1600,
Variable=1700,
Value
The Value of the Stereotype Property
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |