C# 클래스 WowheadRipper.Program

파일 보기 프로젝트 열기: Sovak/WowheadRipper

공개 프로퍼티들

프로퍼티 타입 설명
commandList Dictionary,int>
configFileName String
count System.Int32
dataDone System.Int32
dbcFolder string
usePreCached bool

공개 메소드들

메소드 설명
ParseData ( UInt32 typeId, Int32 subTypeIdFlags, UInt32 entry ) : void
WriteSQL ( UInt32 type, UInt32 entry, string str ) : void

비공개 메소드들

메소드 설명
DroppedByParser ( uint entry, uint typeId, uint subTypeId, List content ) : void
LootParser ( uint entry, uint typeId, uint subTypeId, List content ) : void
Main ( String args ) : void
ParseOutdatedQuests ( uint entry, uint typeId, uint subTypeId, List content ) : void
ParseVendor ( UInt32 entry, UInt32 typeId, UInt32 subTypeId, List content ) : void
ReadFile ( String fileName ) : List
ReadPage ( String url ) : List

메소드 상세

ParseData() 공개 정적인 메소드

public static ParseData ( UInt32 typeId, Int32 subTypeIdFlags, UInt32 entry ) : void
typeId System.UInt32
subTypeIdFlags System.Int32
entry System.UInt32
리턴 void

WriteSQL() 공개 정적인 메소드

public static WriteSQL ( UInt32 type, UInt32 entry, string str ) : void
type System.UInt32
entry System.UInt32
str string
리턴 void

프로퍼티 상세

commandList 공개적으로 정적으로 프로퍼티

public static Dictionary,int> commandList
리턴 Dictionary,int>

configFileName 공개적으로 정적으로 프로퍼티

public static String configFileName
리턴 String

count 공개적으로 정적으로 프로퍼티

public static Int32,System count
리턴 System.Int32

dataDone 공개적으로 정적으로 프로퍼티

public static Int32,System dataDone
리턴 System.Int32

dbcFolder 공개적으로 정적으로 프로퍼티

public static string dbcFolder
리턴 string

usePreCached 공개적으로 정적으로 프로퍼티

public static bool usePreCached
리턴 bool