C# 클래스 Server.Engines.Reports.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
PersistanceReader ( ) : System
ReadDocument ( Server.Engines.Reports.PersistableObject root ) : void

메소드 상세

BeginChildren() 공개 추상적인 메소드

public abstract BeginChildren ( ) : bool
리턴 bool

Close() 공개 추상적인 메소드

public abstract Close ( ) : void
리턴 void

FinishChildren() 공개 추상적인 메소드

public abstract FinishChildren ( ) : void
리턴 void

GetBoolean() 공개 추상적인 메소드

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

GetChild() 공개 추상적인 메소드

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

GetDateTime() 공개 추상적인 메소드

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

GetInt32() 공개 추상적인 메소드

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

GetString() 공개 추상적인 메소드

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

PersistanceReader() 공개 메소드

public PersistanceReader ( ) : System
리턴 System

ReadDocument() 공개 추상적인 메소드

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