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

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

공개 메소드들

메소드 설명
BeginChildren ( ) : void
BeginObject ( Server.Engines.Reports.PersistableType typeID ) : void
Close ( ) : void
FinishChildren ( ) : void
FinishObject ( ) : void
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
XmlPersistanceWriter ( string filePath, string title ) : System

메소드 상세

BeginChildren() 공개 메소드

public BeginChildren ( ) : void
리턴 void

BeginObject() 공개 메소드

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

Close() 공개 메소드

public Close ( ) : void
리턴 void

FinishChildren() 공개 메소드

public FinishChildren ( ) : void
리턴 void

FinishObject() 공개 메소드

public FinishObject ( ) : void
리턴 void

SetBoolean() 공개 메소드

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

SetDateTime() 공개 메소드

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

SetInt32() 공개 메소드

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

SetString() 공개 메소드

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

WriteDocument() 공개 메소드

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

XmlPersistanceWriter() 공개 메소드

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