| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Package Functions | |
| XmlDataTreeWriter (DataSet ds) | |
| XmlDataTreeWriter (DataTable dt, bool writeHierarchy) | |
| void | SaveDiffgramData (XmlWriter xw, Hashtable rowsOrder) | 
| void | Save (XmlWriter xw, bool writeSchema) | 
| void | XmlDataRowWriter (DataRow row, string encodedTableName) | 
Static Package Functions | |
| static bool | RowHasErrors (DataRow row) | 
| static bool | PreserveSpace (object value) | 
Private Member Functions | |
| DataTable[] | CreateToplevelTables () | 
| void | CreateTablesHierarchy (DataTable dt) | 
| ArrayList | GetNestedChildRelations (DataRow row) | 
Private Attributes | |
| XmlWriter | _xmlw | 
| readonly DataSet | _ds | 
| readonly DataTable | _dt | 
| readonly ArrayList | _dTables = new ArrayList() | 
| readonly DataTable[] | _topLevelTables | 
| readonly bool | _fFromTable | 
| bool | _isDiffgram | 
| Hashtable | _rowsOrder | 
| readonly bool | _writeHierarchy | 
Definition at line 10 of file XmlDataTreeWriter.cs.