C# Class WowheadRipper.Defines

Afficher le fichier Open project: Sovak/WowheadRipper Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Defines ( ) : System

Method Details

ExtractFlags() public static méthode

public static ExtractFlags ( UInt32 typeId, Int32 num ) : List
typeId System.UInt32
num System.Int32
Résultat List

GenerateWowheadFileName() public static méthode

public static GenerateWowheadFileName ( UInt32 typeId, UInt32 entry ) : string
typeId System.UInt32
entry System.UInt32
Résultat string

GenerateWowheadUrl() public static méthode

public static GenerateWowheadUrl ( UInt32 typeId, UInt32 entry ) : string
typeId System.UInt32
entry System.UInt32
Résultat string

GetDBName() public static méthode

public static GetDBName ( UInt32 TypeId, UInt32 subTypeId ) : string
TypeId System.UInt32
subTypeId System.UInt32
Résultat string

GetDataRegex() public static méthode

public static GetDataRegex ( UInt32 TypeId, UInt32 subTypeId ) : Regex
TypeId System.UInt32
subTypeId System.UInt32
Résultat System.Text.RegularExpressions.Regex

GetMaxSubTypeId() public static méthode

public static GetMaxSubTypeId ( int i ) : uint
i int
Résultat uint

GetMaxTypeId() public static méthode

public static GetMaxTypeId ( ) : uint
Résultat uint

GetParserType() public static méthode

public static GetParserType ( UInt32 TypeId, UInt32 subTypeId ) : ParserType
TypeId System.UInt32
subTypeId System.UInt32
Résultat ParserType

GetRawName() public static méthode

public static GetRawName ( UInt32 TypeId ) : string
TypeId System.UInt32
Résultat string

GetStreamName() public static méthode

public static GetStreamName ( UInt32 TypeId, UInt32 subTypeId ) : string
TypeId System.UInt32
subTypeId System.UInt32
Résultat string

GetStringBetweenTwoOthers() public static méthode

public static GetStringBetweenTwoOthers ( string baseString, string begin, string end ) : string
baseString string
begin string
end string
Résultat string

GetValidFlags() public static méthode

public static GetValidFlags ( UInt32 TypeId, Int32 Flags ) : int
TypeId System.UInt32
Flags System.Int32
Résultat int

StringContains() public static méthode

public static StringContains ( string str, string contains ) : Match
str string
contains string
Résultat System.Text.RegularExpressions.Match

StringToRegex() public static méthode

public static StringToRegex ( string str ) : string
str string
Résultat string