C# Class Server.Engines.Reports.XmlPersistanceWriter

Inheritance: PersistanceWriter
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
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

Method Details

BeginChildren() public method

public BeginChildren ( ) : void
return void

BeginObject() public method

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

Close() public method

public Close ( ) : void
return void

FinishChildren() public method

public FinishChildren ( ) : void
return void

FinishObject() public method

public FinishObject ( ) : void
return void

SetBoolean() public method

public SetBoolean ( string key, bool value ) : void
key string
value bool
return void

SetDateTime() public method

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

SetInt32() public method

public SetInt32 ( string key, int value ) : void
key string
value int
return void

SetString() public method

public SetString ( string key, string value ) : void
key string
value string
return void

WriteDocument() public method

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

XmlPersistanceWriter() public method

public XmlPersistanceWriter ( string filePath, string title ) : System
filePath string
title string
return System