C# 클래스 nDump.Transformation.CsvTableFactory

상속: ICsvTableFactory
파일 보기 프로젝트 열기: SteveMoyer/nDump 1 사용 예제들

공개 메소드들

메소드 설명
CreateCsvTable ( string file ) : ICsvTable
CsvTableFactory ( string outputPath, IList tablesWithIdentities, char delimiter, ILogger logger ) : System.Collections.Generic

메소드 상세

CreateCsvTable() 공개 메소드

public CreateCsvTable ( string file ) : ICsvTable
file string
리턴 ICsvTable

CsvTableFactory() 공개 메소드

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