C# Class nDump.Transformation.CsvTableFactory

Inheritance: ICsvTableFactory
Mostra file Open project: SteveMoyer/nDump Class Usage Examples

Public Methods

Method Description
CreateCsvTable ( string file ) : ICsvTable
CsvTableFactory ( string outputPath, IList tablesWithIdentities, char delimiter, ILogger logger ) : System.Collections.Generic

Method Details

CreateCsvTable() public method

public CreateCsvTable ( string file ) : ICsvTable
file string
return ICsvTable

CsvTableFactory() public method

public CsvTableFactory ( string outputPath, IList tablesWithIdentities, char delimiter, ILogger logger ) : System.Collections.Generic
outputPath string
tablesWithIdentities IList
delimiter char
logger ILogger
return System.Collections.Generic