DumpUtils Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The DumpUtils class contains utility methods useful for dumping out the data in various CommerceServer and Interop objects as HTML. This class cannot be inherited.
The DumpUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
DumpDataContainer | Dumps a ContentList Object or ContentListFactory Object object to the output stream as HTML with no indentation. | |
DumpDataSet | Dumps the tables in the DataSet object to the output stream as HTML with no indentation. | |
DumpDataTable | Dumps a DataTable object to the output stream as HTML with no indentation. | |
DumpDictionary | Dumps a Dictionary Object object to the output stream with no indentation. | |
DumpFields | Dumps a Fields collection to the output stream with no indentation. | |
DumpObject | Overloaded. Dumps an object of unknown type. | |
DumpRecordset | Dumps a Recordset object to the HtmlTextWriter using no indentation | |
DumpSimpleList | Dumps a SimpleList Object object to the output stream with no indentation. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top