C# Class Server.Engines.Reports.XmlPersistanceWriter

Inheritance: PersistanceWriter
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BeginChildren ( ) : void
Résultat void

BeginObject() public méthode

public BeginObject ( Server.Engines.Reports.PersistableType typeID ) : void
typeID Server.Engines.Reports.PersistableType
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

FinishChildren() public méthode

public FinishChildren ( ) : void
Résultat void

FinishObject() public méthode

public FinishObject ( ) : void
Résultat void

SetBoolean() public méthode

public SetBoolean ( string key, bool value ) : void
key string
value bool
Résultat void

SetDateTime() public méthode

public SetDateTime ( string key, System.DateTime value ) : void
key string
value System.DateTime
Résultat void

SetInt32() public méthode

public SetInt32 ( string key, int value ) : void
key string
value int
Résultat void

SetString() public méthode

public SetString ( string key, string value ) : void
key string
value string
Résultat void

WriteDocument() public méthode

public WriteDocument ( Server.Engines.Reports.PersistableObject root ) : void
root Server.Engines.Reports.PersistableObject
Résultat void

XmlPersistanceWriter() public méthode

public XmlPersistanceWriter ( string filePath, string title ) : System
filePath string
title string
Résultat System