Show / Hide Table of Contents

Interface IStereotypeInstance

A Stereotype that has been added to an element

Inherited Members
IElement.ElementId
IElement.Owner
IElement.OwnedElements
IElement.AppliedStereotypes
IElement.Description
IElement.Item[String, String]
IElement.Notes
IElement.IsUndoRedo
IElementsObservable.Elements
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>

Extension Methods

ElementExtensions.GetModel()
ElementExtensions.GetSolution()
ElementExtensions.Delete()
ElementExtensions.FindTargetRelationships()
ElementExtensions.AddElement(IElement)
ElementExtensions.FindChildElement(Guid)
ElementExtensions.FindParentofType(Type)
ElementExtensions.FindParentModel()
ElementExtensions.FindPropertyValue(String)
ElementExtensions.FindPropertyValue(String, String)
ElementExtensions.FindAllElementsOfType<TElement>()
ElementExtensions.FindAllElementsOfType<TElement>(Boolean)
ElementExtensions.ApplyStereotypeInstance(Guid, String, Generator)
ElementExtensions.GetAllStereotypePropertyInstances()
ElementExtensions.AddPropertyInstance(Guid, String, String, Guid, String, String, String)
ElementExtensions.FindAllInheritedElements<TElement>()
ElementExtensions.DefaultDescription()
ElementExtensions.GetNotesAsHTML()
ElementExtensions.GetNotesAsHTML(String)
ElementExtensions.GetNotesAsMarkDown()
ElementExtensions.GetNotesAsDocx()
ElementExtensions.GetNotesAsTxt()
ElementExtensions.GetNotesAsRTF()
Back to top Generated by DocFX