C# 클래스 Appccelerate.Bootstrapper.Specification.Dummies.CustomExtensionBase

상속: ICustomExtension
파일 보기 프로젝트 열기: appccelerate/appccelerate 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( string>.IDictionary configuration ) : void
DeConfigure ( string>.IDictionary configuration ) : void
Describe ( ) : string
Dispose ( ) : void
Initialize ( ) : void
Register ( string magic ) : void
Start ( ) : void
Stop ( ) : void
Unregister ( string magic ) : void

비공개 메소드들

메소드 설명
Dump ( string methodName ) : void
DumpAction ( string actionName ) : void

메소드 상세

Configure() 공개 메소드

public Configure ( string>.IDictionary configuration ) : void
configuration string>.IDictionary
리턴 void

DeConfigure() 공개 메소드

public DeConfigure ( string>.IDictionary configuration ) : void
configuration string>.IDictionary
리턴 void

Describe() 공개 추상적인 메소드

public abstract Describe ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Register() 공개 메소드

public Register ( string magic ) : void
magic string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Unregister() 공개 메소드

public Unregister ( string magic ) : void
magic string
리턴 void