C# 클래스 WowheadRipper.WowheadObject

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Contains ( String key ) : bool
ObjectToObjectArray ( Object objectArray ) : Object[]
ObjectToUInt32Array ( Object objectArray ) : System.UInt32[]

메소드 상세

GetClass() 공개 메소드

public GetClass ( ) : UInt32
리턴 System.UInt32

GetCount() 공개 메소드

public GetCount ( ) : UInt32
리턴 System.UInt32

GetCurrencyCost() 공개 메소드

public GetCurrencyCost ( ) : UInt32>.Dictionary
리턴 UInt32>.Dictionary

GetFixedName() 공개 메소드

public GetFixedName ( ) : String
리턴 String

GetId() 공개 메소드

public GetId ( ) : UInt32
리턴 System.UInt32

GetItemCost() 공개 메소드

public GetItemCost ( ) : UInt32>.Dictionary
리턴 UInt32>.Dictionary

GetMoneyCost() 공개 메소드

public GetMoneyCost ( ) : UInt32
리턴 System.UInt32

GetName() 공개 메소드

public GetName ( ) : String
리턴 String

GetOutOf() 공개 메소드

public GetOutOf ( ) : UInt32
리턴 System.UInt32

GetQuestId() 공개 메소드

public GetQuestId ( ) : Int32
리턴 System.Int32

GetStackArray() 공개 메소드

public GetStackArray ( ) : System.UInt32[]
리턴 System.UInt32[]

WowheadObject() 공개 메소드

public WowheadObject ( Object>.Dictionary objectInfo ) : System
objectInfo Object>.Dictionary
리턴 System