C# Class WowheadRipper.WowheadObject

Mostrar archivo Open project: Sovak/WowheadRipper Class Usage Examples

Public Methods

Method Description
GetClass ( ) : UInt32
GetCount ( ) : UInt32
GetCurrencyCost ( ) : UInt32>.Dictionary
GetFixedName ( ) : String
GetId ( ) : UInt32
GetItemCost ( ) : UInt32>.Dictionary
GetMoneyCost ( ) : UInt32
GetName ( ) : String
GetOutOf ( ) : UInt32
GetQuestId ( ) : Int32
GetStackArray ( ) : System.UInt32[]
WowheadObject ( Object>.Dictionary objectInfo ) : System

Private Methods

Method Description
Contains ( String key ) : bool
ObjectToObjectArray ( Object objectArray ) : Object[]
ObjectToUInt32Array ( Object objectArray ) : System.UInt32[]

Method Details

GetClass() public method

public GetClass ( ) : UInt32
return System.UInt32

GetCount() public method

public GetCount ( ) : UInt32
return System.UInt32

GetCurrencyCost() public method

public GetCurrencyCost ( ) : UInt32>.Dictionary
return UInt32>.Dictionary

GetFixedName() public method

public GetFixedName ( ) : String
return String

GetId() public method

public GetId ( ) : UInt32
return System.UInt32

GetItemCost() public method

public GetItemCost ( ) : UInt32>.Dictionary
return UInt32>.Dictionary

GetMoneyCost() public method

public GetMoneyCost ( ) : UInt32
return System.UInt32

GetName() public method

public GetName ( ) : String
return String

GetOutOf() public method

public GetOutOf ( ) : UInt32
return System.UInt32

GetQuestId() public method

public GetQuestId ( ) : Int32
return System.Int32

GetStackArray() public method

public GetStackArray ( ) : System.UInt32[]
return System.UInt32[]

WowheadObject() public method

public WowheadObject ( Object>.Dictionary objectInfo ) : System
objectInfo Object>.Dictionary
return System