C# Класс nHydrate.DslPackage.nHydratePackageBase

Наследование: DslShell::ModelingPackage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
toolboxHelper global::nHydrate.Dsl.nHydrateToolboxHelper

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
InitializeExtensions ( ) : void

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

Описание методов

CreateToolboxItems() защищенный Метод

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
Результат global::System.Collections.Generic.IList

GetToolboxItemData() защищенный Метод

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
Результат object

Initialize() защищенный Метод

Initialization method called by the package base class when this package is loaded.
protected Initialize ( ) : void
Результат void

Описание свойств

toolboxHelper защищенное свойство

protected global::nHydrate.Dsl.nHydrateToolboxHelper toolboxHelper
Результат global::nHydrate.Dsl.nHydrateToolboxHelper