C# Class WoWHeadParser.Parser.PageParser

Afficher le fichier Open project: Lordron/WoWHead-data-parser

Méthodes publiques

Свойство Type Description
Builders Sql.SqlBuilder[]
Content StringBuilder
Flags int
FlagsType System.Type
Locale System.Locale
Parser ParserData.Parser

Méthodes publiques

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

Méthodes protégées

Méthode Description
PageParser ( int size, Type type ) : System

Method Details

PageParser() public méthode

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

PageParser() protected méthode

protected PageParser ( int size, Type type ) : System
size int
type System.Type
Résultat System

Parse() public méthode

public Parse ( string page, uint id ) : void
page string
id uint
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public méthode

public TryParse ( string page, uint id ) : void
page string
id uint
Résultat void

Property Details

Builders public_oe property

public SqlBuilder[],Sql Builders
Résultat Sql.SqlBuilder[]

Content public_oe property

public StringBuilder Content
Résultat StringBuilder

Flags public_oe property

public int Flags
Résultat int

FlagsType public_oe property

public Type,System FlagsType
Résultat System.Type

Locale public_oe property

public Locale,System Locale
Résultat System.Locale

Parser public_oe property

public ParserData.Parser Parser
Résultat ParserData.Parser