C# Class WoWHeadParser.Parser.PageParser

显示文件 Open project: Lordron/WoWHead-data-parser

Public Properties

Property Type Description
Builders Sql.SqlBuilder[]
Content StringBuilder
Flags int
FlagsType System.Type
Locale System.Locale
Parser ParserData.Parser

Public Methods

Method Description
PageParser ( System.Locale locale, int flags, int size = 1, Type type = null ) : System
Parse ( string page, uint id ) : void
ToString ( ) : string
TryParse ( string page, uint id ) : void

Protected Methods

Method Description
PageParser ( int size, Type type ) : System

Method Details

PageParser() public method

public PageParser ( System.Locale locale, int flags, int size = 1, Type type = null ) : System
locale System.Locale
flags int
size int
type System.Type
return System

PageParser() protected method

protected PageParser ( int size, Type type ) : System
size int
type System.Type
return System

Parse() public method

public Parse ( string page, uint id ) : void
page string
id uint
return void

ToString() public method

public ToString ( ) : string
return string

TryParse() public method

public TryParse ( string page, uint id ) : void
page string
id uint
return void

Property Details

Builders public_oe property

public SqlBuilder[],Sql Builders
return Sql.SqlBuilder[]

Content public_oe property

public StringBuilder Content
return StringBuilder

Flags public_oe property

public int Flags
return int

FlagsType public_oe property

public Type,System FlagsType
return System.Type

Locale public_oe property

public Locale,System Locale
return System.Locale

Parser public_oe property

public ParserData.Parser Parser
return ParserData.Parser