Share via


DumpUtils Class (BCL)

Contains utility methods useful for dumping out the data in various CommerceServer and Interop objects as HTML.

System.Object
**** Microsoft.CommerceServer.Runtime.Diagnostics.DumpUtils

Protected Instance Constructor

Constructor Description
DumpUtils Constructor Creates a new instance of the DumpUtils class.

 

Public Static (Shared) Methods

Method Description
DumpDataContainer(IDataContainer, HtmlTextWriter, String) Dumps a ContentList or ContentListFactory object to the output stream as HTML with no indentation.
DumpDataSet(DataSet, HtmlTextWriter, String) Dumps the tables in the DataSet object to the output stream as HTML with no indentation.
DumpDataTable(DataTable, HtmlTextWriter) Dumps a DataTable object to the output stream as HTML with no indentation.
DumpDictionary(IDictionary, HtmlTextWriter, String) Dumps a Commerce.Dictionary object to the output stream with no indentation.
DumpFields(Fields, HtmlTextWriter, String) Dumps a Fields collection to the output stream with no indentation.
DumpObject(Object, HtmlTextWriter, String) Dumps an object of unknown type.
DumpObject(Object, HtmlTextWriter, String, Int32) Dumps an object of unknown type.
DumpRecordset(Recordset, HtmlTextWriter, String) Dumps a Recordset object to the HtmlTextWriter object using no indentation.
DumpSimpleList(ISimpleList, HtmlTextWriter, String) Dumps a Commerce.SimpleList object to the output stream with no indentation.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Diagnostics

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.