Click or drag to resize

CSVGeneratorT Class

Inheritance Hierarchy
SystemObject
  FileHold.CommonCSVGeneratorT

Namespace:  FileHold.Common
Assembly:  FileHold.Common (in FileHold.Common.dll) Version: 17.0.0.0
Syntax
C#
public class CSVGenerator<T>
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:FileHold.Common.CSVGenerator`1"]

The CSVGeneratorT type exposes the following members.

Constructors
  NameDescription
Public methodCSVGeneratorT
Initializes a new instance of the CSVGeneratorT class
Public methodCSVGeneratorT(HttpResponse)
Initializes a new instance of the CSVGeneratorT class
Public methodCSVGeneratorT(HttpResponse, String)
Initializes a new instance of the CSVGeneratorT class
Top
Properties
  NameDescription
Public propertyDateFormat
Top
Methods
Events
Fields
  NameDescription
Public fieldStatic memberContentType
Top
Extension Methods
See Also