C# Class Microsoft.Research.DataOnboarding.WebApi.FileHandlers.ZipFileHandler

Ffile handler for incoming and ourgoing zip file requests.
Inheritance: FileHandler, IFileHandler
Exibir arquivo Open project: CDLUC3/dataup2 Class Usage Examples

Public Methods

Method Description
ZipFileHandler ( IFileService fileService, int userId ) : Microsoft.Research.DataOnboarding.FileService.Interface

Initializes a new instance of the DefaultFileHandler class.

Private Methods

Method Description
Upload ( Microsoft.Research.DataOnboarding.Utilities.Model.DataFile dataFile ) : IEnumerable

Method Details

ZipFileHandler() public method

Initializes a new instance of the DefaultFileHandler class.
public ZipFileHandler ( IFileService fileService, int userId ) : Microsoft.Research.DataOnboarding.FileService.Interface
fileService IFileService IFileService instance.
userId int Id of the user.
return Microsoft.Research.DataOnboarding.FileService.Interface