C# 클래스 nHydrate.DslPackage.nHydratePackageBase

상속: DslShell::ModelingPackage
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
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