C# 클래스 SiteEngine, Rabbit

파일 보기 프로젝트 열기: yysun/Rabbit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetActivatedModules IEnumerable
GetGetDeployedModules IEnumerable
InitModules void
MergeModules string
RunHook dynamic,

공개 메소드들

메소드 설명
AddHook ( string name, object>.Func action ) : void
ClearHook ( string name ) : void
GetModules ( ) : string
SetModules ( string list ) : string
Start ( ) : void

비공개 메소드들

메소드 설명
GetActivatedModules ( ) : IEnumerable
GetGetDeployedModules ( ) : IEnumerable
InitModules ( ) : void
MergeModules ( IEnumerable modules ) : string
RunHook ( string name, object data = null ) : dynamic,

메소드 상세

AddHook() 공개 정적인 메소드

public static AddHook ( string name, object>.Func action ) : void
name string
action object>.Func
리턴 void

ClearHook() 공개 정적인 메소드

public static ClearHook ( string name ) : void
name string
리턴 void

GetModules() 공개 정적인 메소드

public static GetModules ( ) : string
리턴 string

SetModules() 공개 정적인 메소드

public static SetModules ( string list ) : string
list string
리턴 string

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void