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

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

공개 메소드들

메소드 설명
BeginChildren ( ) : void
BeginObject ( Server.Engines.Reports.PersistableType typeID ) : void
Close ( ) : void
FinishChildren ( ) : void
FinishObject ( ) : void
PersistanceWriter ( ) : System
SetBoolean ( string key, bool value ) : void
SetDateTime ( string key, System.DateTime value ) : void
SetInt32 ( string key, int value ) : void
SetString ( string key, string value ) : void
WriteDocument ( Server.Engines.Reports.PersistableObject root ) : void

메소드 상세

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

public abstract BeginChildren ( ) : void
리턴 void

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

public abstract BeginObject ( Server.Engines.Reports.PersistableType typeID ) : void
typeID Server.Engines.Reports.PersistableType
리턴 void

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

public abstract Close ( ) : void
리턴 void

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

public abstract FinishChildren ( ) : void
리턴 void

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

public abstract FinishObject ( ) : void
리턴 void

PersistanceWriter() 공개 메소드

public PersistanceWriter ( ) : System
리턴 System

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

public abstract SetBoolean ( string key, bool value ) : void
key string
value bool
리턴 void

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

public abstract SetDateTime ( string key, System.DateTime value ) : void
key string
value System.DateTime
리턴 void

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

public abstract SetInt32 ( string key, int value ) : void
key string
value int
리턴 void

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

public abstract SetString ( string key, string value ) : void
key string
value string
리턴 void

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

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