C# Class ResponseExporter.FtpResponseExporter

Afficher le fichier Open project: PrezzaTechnologies/Developer-Samples Class Usage Examples

Méthodes publiques

Méthode Description
FtpResponseExporter ( String exportOptionsFileName, String ftpOptionsFileName ) : System
exportDatatoFTP ( ) : void

Private Methods

Méthode Description
writeStringResponsesToCSVFile ( IEnumerable responses, String CSVFileName ) : void

Method Details

FtpResponseExporter() public méthode

public FtpResponseExporter ( String exportOptionsFileName, String ftpOptionsFileName ) : System
exportOptionsFileName String
ftpOptionsFileName String
Résultat System

exportDatatoFTP() public méthode

public exportDatatoFTP ( ) : void
Résultat void