#W# Initial Commit: Avatars Conquest

This commit is contained in:
WarrentyExpired 2026-07-04 10:35:30 -04:00
commit 5df497787a
7510 changed files with 416048 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<html>
<head>
<title>RunUO Documentation - Class Overview - XmlPersistanceWriter</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Engines.Reports.html">Back to Server.Engines.Reports</a></h4>
<h2>XmlPersistanceWriter : <!-- DBG-1 --><a href="PersistanceWriter.html">PersistanceWriter</a></h2>
(<font color="blue">ctor</font>) XmlPersistanceWriter( <font color="blue">string</font> filePath, <font color="blue">string</font> title )<br>
<font color="blue">virtual</font> <font color="blue">void</font> BeginChildren()<br>
<font color="blue">virtual</font> <font color="blue">void</font> BeginObject( <!-- DBG-0 --><a href="PersistableType.html">PersistableType</a> typeID )<br>
<font color="blue">virtual</font> <font color="blue">void</font> Close()<br>
<font color="blue">virtual</font> <font color="blue">void</font> FinishChildren()<br>
<font color="blue">virtual</font> <font color="blue">void</font> FinishObject()<br>
<font color="blue">virtual</font> <font color="blue">void</font> SetBoolean( <font color="blue">string</font> key, <font color="blue">bool</font> value )<br>
<font color="blue">virtual</font> <font color="blue">void</font> SetDateTime( <font color="blue">string</font> key, DateTime value )<br>
<font color="blue">virtual</font> <font color="blue">void</font> SetInt32( <font color="blue">string</font> key, <font color="blue">int</font> value )<br>
<font color="blue">virtual</font> <font color="blue">void</font> SetString( <font color="blue">string</font> key, <font color="blue">string</font> value )<br>
<font color="blue">virtual</font> <font color="blue">void</font> WriteDocument( <!-- DBG-0 --><a href="PersistableObject.html">PersistableObject</a> root )<br>
</body>
</html>