C# Class nHydrate.Dsl.FunctionShape

Mostrar archivo Open project: nHydrate/nHydrate

Public Methods

Method Description
FunctionShape ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

Protected Methods

Method 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 method

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

GetCompartmentMappings() protected method

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

GetElementImage() protected method

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

GetElementText() protected method

protected GetElementText ( ModelElement mel ) : string
mel ModelElement
return string