C# Class Company.OrmLanguage.OrmLanguagePackageBase

Inheritance: DslShell::ModelingPackage
Show file Open project: thabart/SimpleOrm

Protected Properties

Property Type Description
toolboxHelper global::Company.OrmLanguage.OrmLanguageToolboxHelper

Protected Methods

Method Description
CreateToolboxItems ( ) : global::System.Collections.Generic.IList

Returns any dynamic tool items for the designer

The default implementation is to return the list of items from the generated toolbox helper.

GetToolboxItemData ( string itemId, DataFormats format ) : object

Given a toolbox item "unique ID" and a data format identifier, returns the content of the data format.

Initialize ( ) : void

Initialization method called by the package base class when this package is loaded.

Private Methods

Method Description
InitializeExtensions ( ) : void

Partial method to initialize ExtensionRegistrars (if any) in the DslPackage

Method Details

CreateToolboxItems() protected method

Returns any dynamic tool items for the designer
The default implementation is to return the list of items from the generated toolbox helper.
protected CreateToolboxItems ( ) : global::System.Collections.Generic.IList
return global::System.Collections.Generic.IList

GetToolboxItemData() protected method

Given a toolbox item "unique ID" and a data format identifier, returns the content of the data format.
protected GetToolboxItemData ( string itemId, DataFormats format ) : object
itemId string The unique ToolboxItem to retrieve data for
format System.Windows.Forms.DataFormats The desired format of the resulting data
return object

Initialize() protected method

Initialization method called by the package base class when this package is loaded.
protected Initialize ( ) : void
return void

Property Details

toolboxHelper protected property

protected global::Company.OrmLanguage.OrmLanguageToolboxHelper toolboxHelper
return global::Company.OrmLanguage.OrmLanguageToolboxHelper