BritainKnights/Docs/types/PersistanceWriter.html

21 lines
1.8 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - PersistanceWriter</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>PersistanceWriter</h2>
<h4>Derived Types: <!-- DBG-3 --><a href="XmlPersistanceWriter.html">XmlPersistanceWriter</a></h4>
(<font color="blue">ctor</font>) PersistanceWriter()<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>