Interface IStereotypeInstance
A Stereotype that has been added to an element
Inherited Members
Namespace:System.Dynamic.ExpandoObject
Assembly:SilvaDawn.SilvaModel.UML.Interfaces.dll
Syntax
public interface IStereotypeInstance : IElement, IElementsObservable
Properties
Element
The element the stereotype has been added to
Declaration
IElement Element { get; set; }
Property Value
Type | Description |
---|---|
IElement |
GeneratorId
Reference to the code generation for the stereotype
Declaration
Guid GeneratorId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
The name of the stereotype
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyInstances
The property's for the stereotype
Declaration
IEnumerable<IStereotypePropertyInstance> PropertyInstances { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IStereotypePropertyInstance> |