C# Class WowheadRipper.Program

Show file Open project: Sovak/WowheadRipper

Public Properties

Property Type Description
commandList Dictionary,int>
configFileName String
count System.Int32
dataDone System.Int32
dbcFolder string
usePreCached bool

Public Methods

Method Description
ParseData ( UInt32 typeId, Int32 subTypeIdFlags, UInt32 entry ) : void
WriteSQL ( UInt32 type, UInt32 entry, string str ) : void

Private Methods

Method Description
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

Method Details

ParseData() public static method

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

WriteSQL() public static method

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

Property Details

commandList public static property

public static Dictionary,int> commandList
return Dictionary,int>

configFileName public static property

public static String configFileName
return String

count public static property

public static Int32,System count
return System.Int32

dataDone public static property

public static Int32,System dataDone
return System.Int32

dbcFolder public static property

public static string dbcFolder
return string

usePreCached public static property

public static bool usePreCached
return bool