C# 클래스 nHydrate.Dsl.StoredProcedureShape

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
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