ExportWriter Class

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class ExportWriter : IDisposable
Inheritance
Object    ExportWriter
Implements
IDisposable

Constructors

ExportWriter(Stream) Initializes a new instance of the ExportWriter class
ExportWriter(String) Initializes a new instance of the ExportWriter class
ExportWriter(Stream, ExportWriterTypes) Initializes a new instance of the ExportWriter class
ExportWriter(String, ExportWriterTypes) Initializes a new instance of the ExportWriter class
ExportWriter(Stream, String, ExportWriterTypes) Initializes a new instance of the ExportWriter class

Properties

Methods

Close  
CreateColumns(ExportWriterColumn, Boolean)  
CreateColumns(DataColumnCollection, Boolean)  
Dispose Releases all resources used by the ExportWriter
Dispose(Boolean) Releases the unmanaged resources used by the ExportWriter and optionally releases the managed resources
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)
Write(DataTable, Boolean)  
Write(DbConnection, String, Boolean)  
Write(String, String, Boolean)  
WriteCell  
WriteDocumentPrefix  
WriteDocumentSuffix  
WriteRow(DataRow)  
WriteRow(DbDataReader)  
WriteRowPrefix  
WriteRowSuffix  

See Also