C# 클래스 ApproxIndexes.MainClass

파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
ExecuteMain ( string nick, IndexArgumentSetup setup, System.Action prepare_db ) : void
Main ( string args ) : void
MainDOC ( IndexArgumentSetup setup ) : void
MainSEQED ( IndexArgumentSetup setup ) : void
MainSTRED ( IndexArgumentSetup setup ) : void
MainVEC ( IndexArgumentSetup setup, string stype ) : void
MainWIKTIONARY ( IndexArgumentSetup setup ) : void

비공개 메소드들

메소드 설명
LoadList ( string v, List list ) : void
LoadList ( string v, List list ) : void

메소드 상세

ExecuteMain() 공개 정적인 메소드

public static ExecuteMain ( string nick, IndexArgumentSetup setup, System.Action prepare_db ) : void
nick string
setup IndexArgumentSetup
prepare_db System.Action
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

MainDOC() 공개 정적인 메소드

public static MainDOC ( IndexArgumentSetup setup ) : void
setup IndexArgumentSetup
리턴 void

MainSEQED() 공개 정적인 메소드

public static MainSEQED ( IndexArgumentSetup setup ) : void
setup IndexArgumentSetup
리턴 void

MainSTRED() 공개 정적인 메소드

public static MainSTRED ( IndexArgumentSetup setup ) : void
setup IndexArgumentSetup
리턴 void

MainVEC() 공개 정적인 메소드

public static MainVEC ( IndexArgumentSetup setup, string stype ) : void
setup IndexArgumentSetup
stype string
리턴 void

MainWIKTIONARY() 공개 정적인 메소드

public static MainWIKTIONARY ( IndexArgumentSetup setup ) : void
setup IndexArgumentSetup
리턴 void