C# Class nHydrate.DslPackage.nHydratePackageBase

Inheritance: DslShell::ModelingPackage
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
toolboxHelper global::nHydrate.Dsl.nHydrateToolboxHelper

Méthodes protégées

Méthode 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

Méthode Description
InitializeExtensions ( ) : void

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

Method Details

CreateToolboxItems() protected méthode

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
Résultat global::System.Collections.Generic.IList

GetToolboxItemData() protected méthode

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
Résultat object

Initialize() protected méthode

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

Property Details

toolboxHelper protected_oe property

protected global::nHydrate.Dsl.nHydrateToolboxHelper toolboxHelper
Résultat global::nHydrate.Dsl.nHydrateToolboxHelper