Property | Type | Description | |
---|---|---|---|
toolboxHelper | global::nHydrate.Dsl.nHydrateToolboxHelper |
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, |
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.
|
Method | Description | |
---|---|---|
InitializeExtensions ( ) : void |
Partial method to initialize ExtensionRegistrars (if any) in the DslPackage
|
protected CreateToolboxItems ( ) : global::System.Collections.Generic.IList |
||
return | global::System.Collections.Generic.IList |
protected GetToolboxItemData ( string itemId, |
||
itemId | string | The unique ToolboxItem to retrieve data for |
format | The desired format of the resulting data | |
return | object |