C# 클래스 WoWHeadParser.Parser.PageParser

파일 보기 프로젝트 열기: Lordron/WoWHead-data-parser

공개 프로퍼티들

프로퍼티 타입 설명
Builders Sql.SqlBuilder[]
Content StringBuilder
Flags int
FlagsType System.Type
Locale System.Locale
Parser ParserData.Parser

공개 메소드들

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

보호된 메소드들

메소드 설명
PageParser ( int size, Type type ) : System

메소드 상세

PageParser() 공개 메소드

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

PageParser() 보호된 메소드

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

Parse() 공개 메소드

public Parse ( string page, uint id ) : void
page string
id uint
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 메소드

public TryParse ( string page, uint id ) : void
page string
id uint
리턴 void

프로퍼티 상세

Builders 공개적으로 프로퍼티

public SqlBuilder[],Sql Builders
리턴 Sql.SqlBuilder[]

Content 공개적으로 프로퍼티

public StringBuilder Content
리턴 StringBuilder

Flags 공개적으로 프로퍼티

public int Flags
리턴 int

FlagsType 공개적으로 프로퍼티

public Type,System FlagsType
리턴 System.Type

Locale 공개적으로 프로퍼티

public Locale,System Locale
리턴 System.Locale

Parser 공개적으로 프로퍼티

public ParserData.Parser Parser
리턴 ParserData.Parser