C# 클래스 WowheadRipper.Defines

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

공개 메소드들

메소드 설명
ExtractFlags ( UInt32 typeId, Int32 num ) : List
GenerateWowheadFileName ( UInt32 typeId, UInt32 entry ) : string
GenerateWowheadUrl ( UInt32 typeId, UInt32 entry ) : string
GetDBName ( UInt32 TypeId, UInt32 subTypeId ) : string
GetDataRegex ( UInt32 TypeId, UInt32 subTypeId ) : Regex
GetMaxSubTypeId ( int i ) : uint
GetMaxTypeId ( ) : uint
GetParserType ( UInt32 TypeId, UInt32 subTypeId ) : ParserType
GetRawName ( UInt32 TypeId ) : string
GetStreamName ( UInt32 TypeId, UInt32 subTypeId ) : string
GetStringBetweenTwoOthers ( string baseString, string begin, string end ) : string
GetValidFlags ( UInt32 TypeId, Int32 Flags ) : int
StringContains ( string str, string contains ) : Match
StringToRegex ( string str ) : string

비공개 메소드들

메소드 설명
Defines ( ) : System

메소드 상세

ExtractFlags() 공개 정적인 메소드

public static ExtractFlags ( UInt32 typeId, Int32 num ) : List
typeId System.UInt32
num System.Int32
리턴 List

GenerateWowheadFileName() 공개 정적인 메소드

public static GenerateWowheadFileName ( UInt32 typeId, UInt32 entry ) : string
typeId System.UInt32
entry System.UInt32
리턴 string

GenerateWowheadUrl() 공개 정적인 메소드

public static GenerateWowheadUrl ( UInt32 typeId, UInt32 entry ) : string
typeId System.UInt32
entry System.UInt32
리턴 string

GetDBName() 공개 정적인 메소드

public static GetDBName ( UInt32 TypeId, UInt32 subTypeId ) : string
TypeId System.UInt32
subTypeId System.UInt32
리턴 string

GetDataRegex() 공개 정적인 메소드

public static GetDataRegex ( UInt32 TypeId, UInt32 subTypeId ) : Regex
TypeId System.UInt32
subTypeId System.UInt32
리턴 System.Text.RegularExpressions.Regex

GetMaxSubTypeId() 공개 정적인 메소드

public static GetMaxSubTypeId ( int i ) : uint
i int
리턴 uint

GetMaxTypeId() 공개 정적인 메소드

public static GetMaxTypeId ( ) : uint
리턴 uint

GetParserType() 공개 정적인 메소드

public static GetParserType ( UInt32 TypeId, UInt32 subTypeId ) : ParserType
TypeId System.UInt32
subTypeId System.UInt32
리턴 ParserType

GetRawName() 공개 정적인 메소드

public static GetRawName ( UInt32 TypeId ) : string
TypeId System.UInt32
리턴 string

GetStreamName() 공개 정적인 메소드

public static GetStreamName ( UInt32 TypeId, UInt32 subTypeId ) : string
TypeId System.UInt32
subTypeId System.UInt32
리턴 string

GetStringBetweenTwoOthers() 공개 정적인 메소드

public static GetStringBetweenTwoOthers ( string baseString, string begin, string end ) : string
baseString string
begin string
end string
리턴 string

GetValidFlags() 공개 정적인 메소드

public static GetValidFlags ( UInt32 TypeId, Int32 Flags ) : int
TypeId System.UInt32
Flags System.Int32
리턴 int

StringContains() 공개 정적인 메소드

public static StringContains ( string str, string contains ) : Match
str string
contains string
리턴 System.Text.RegularExpressions.Match

StringToRegex() 공개 정적인 메소드

public static StringToRegex ( string str ) : string
str string
리턴 string