C# Class nHydrate.Dsl.StoredProcedureShape

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
OnDoubleClick ( Microsoft e ) : void
StoredProcedureShape ( 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

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

OnDoubleClick() public méthode

public OnDoubleClick ( Microsoft e ) : void
e Microsoft
Résultat void

StoredProcedureShape() public méthode

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