C# 클래스 Server.Engines.Reports.XmlPersistanceReader

상속: PersistanceReader
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
BeginChildren ( ) : bool
Close ( ) : void
FinishChildren ( ) : void
GetBoolean ( string key ) : bool
GetChild ( ) : Server.Engines.Reports.PersistableObject
GetDateTime ( string key ) : System.DateTime
GetInt32 ( string key ) : int
GetString ( string key ) : string
ReadDocument ( Server.Engines.Reports.PersistableObject root ) : void
XmlPersistanceReader ( string filePath, string title ) : System

메소드 상세

BeginChildren() 공개 메소드

public BeginChildren ( ) : bool
리턴 bool

Close() 공개 메소드

public Close ( ) : void
리턴 void

FinishChildren() 공개 메소드

public FinishChildren ( ) : void
리턴 void

GetBoolean() 공개 메소드

public GetBoolean ( string key ) : bool
key string
리턴 bool

GetChild() 공개 메소드

public GetChild ( ) : Server.Engines.Reports.PersistableObject
리턴 Server.Engines.Reports.PersistableObject

GetDateTime() 공개 메소드

public GetDateTime ( string key ) : System.DateTime
key string
리턴 System.DateTime

GetInt32() 공개 메소드

public GetInt32 ( string key ) : int
key string
리턴 int

GetString() 공개 메소드

public GetString ( string key ) : string
key string
리턴 string

ReadDocument() 공개 메소드

public ReadDocument ( Server.Engines.Reports.PersistableObject root ) : void
root Server.Engines.Reports.PersistableObject
리턴 void

XmlPersistanceReader() 공개 메소드

public XmlPersistanceReader ( string filePath, string title ) : System
filePath string
title string
리턴 System