C# Class nHydrate.Dsl.FunctionShape

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
FunctionShape ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

Méthodes protégées

Méthode Description
GetCompartmentMappings ( Type melType ) : global::Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
GetElementImage ( ModelElement mel ) : System.Drawing.Image

Decides what the icon of the method will be in the interface shape

GetElementText ( ModelElement mel ) : string

Method Details

FunctionShape() public méthode

Constructor
public FunctionShape ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new element is to be created.
Résultat System

GetCompartmentMappings() protected méthode

protected GetCompartmentMappings ( Type melType ) : global::Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
melType System.Type
Résultat global::Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]

GetElementImage() protected méthode

Decides what the icon of the method will be in the interface shape
protected GetElementImage ( ModelElement mel ) : System.Drawing.Image
mel ModelElement
Résultat System.Drawing.Image

GetElementText() protected méthode

protected GetElementText ( ModelElement mel ) : string
mel ModelElement
Résultat string