C# 클래스 HereSay.PluginInitializer

Serves as a base-class for plug-ins by implementing N2.Plugin.IPluginInitializer to automatically registering the plug-in with the N2 engine (N2.Engine.IEngine).
상속: N2.Plugin.IPluginInitializer
파일 보기 프로젝트 열기: jamestharpe/HereSay

보호된 프로퍼티들

프로퍼티 타입 설명
Definitions IEnumerable

공개 메소드들

메소드 설명
Initialize ( N2 engine ) : void

Implements N2.Plugin.IPluginInitializer.Initialize to register the instance with N2 under its full type name.

메소드 상세

Initialize() 공개 메소드

Implements N2.Plugin.IPluginInitializer.Initialize to register the instance with N2 under its full type name.
public Initialize ( N2 engine ) : void
engine N2 Specifies the instance to register /// the plug-in with.
리턴 void

프로퍼티 상세

Definitions 보호되어 있는 프로퍼티

Gets the ItemDefinitions available from N2 for decoration.
protected IEnumerable Definitions
리턴 IEnumerable