C# Класс nHydrate.Dsl.StoredProcedureShape

Показать файл Открыть проект

Открытые методы

Метод Описание
OnDoubleClick ( Microsoft e ) : void
StoredProcedureShape ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

Защищенные методы

Метод Описание
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

Описание методов

GetCompartmentMappings() защищенный Метод

protected GetCompartmentMappings ( Type melType ) : global::Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
melType System.Type
Результат global::Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]

GetElementImage() защищенный Метод

Decides what the icon of the method will be in the interface shape
protected GetElementImage ( ModelElement mel ) : System.Drawing.Image
mel ModelElement
Результат System.Drawing.Image

GetElementText() защищенный Метод

protected GetElementText ( ModelElement mel ) : string
mel ModelElement
Результат string

OnDoubleClick() публичный Метод

public OnDoubleClick ( Microsoft e ) : void
e Microsoft
Результат void

StoredProcedureShape() публичный Метод

Constructor
public StoredProcedureShape ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new element is to be created.
Результат System