C# Class nHydrate.Dsl.EntityShape

Mostrar archivo Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

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

Constructor

Invalidate ( ) : void
Invalidate ( bool refreshBitmap ) : void
OnDoubleClick ( Microsoft e ) : void
OnPaintShape ( Microsoft e ) : void

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
OnCopy ( ModelElement sourceElement ) : void

Method Details

EntityShape() public method

Constructor
public EntityShape ( 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

Invalidate() public method

public Invalidate ( ) : void
return void

Invalidate() public method

public Invalidate ( bool refreshBitmap ) : void
refreshBitmap bool
return void

OnCopy() protected method

protected OnCopy ( ModelElement sourceElement ) : void
sourceElement ModelElement
return void

OnDoubleClick() public method

public OnDoubleClick ( Microsoft e ) : void
e Microsoft
return void

OnPaintShape() public method

public OnPaintShape ( Microsoft e ) : void
e Microsoft
return void