|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| NewDiffgramGen (DataSet ds) | |
| NewDiffgramGen (DataTable dt, bool writeHierarchy) | |
| void | Save (XmlWriter xmlw) |
| void | Save (XmlWriter xmlw, DataTable table) |
Static Package Functions | |
| static string | QualifiedName (string prefix, string name) |
Package Attributes | |
| XmlDocument | _doc |
| DataSet | _ds |
| DataTable | _dt |
| XmlWriter | _xmlw |
| Hashtable | _rowsOrder |
Private Member Functions | |
| void | CreateTableHierarchy (DataTable dt) |
| void | DoAssignments (ArrayList tables) |
| bool | EmptyData () |
| void | GenerateTable (DataTable table) |
| void | GenerateTableErrors (DataTable table) |
| void | GenerateRow (DataRow row) |
| void | GenerateColumn (DataRow row, DataColumn col, DataRowVersion version) |
Private Attributes | |
| bool | _fBefore |
| bool | _fErrors |
| readonly ArrayList | _tables = new ArrayList() |
| readonly bool | _writeHierarchy |
Definition at line 10 of file NewDiffgramGen.cs.