C# Класс NetsuiteUploader.Utils.FileUploader

manage the upload of files on netsuite
Показать файл Открыть проект

Открытые методы

Метод Описание
UploadFiles ( NetSuiteService netSuiteService, string taskName ) : NetsuiteUploader.Utils.TaskFile[]

exceute the upload of files set in the task

Приватные методы

Метод Описание
createRecord ( TaskFile taskFile ) : Record

create the nesuite record of file for the upload

Описание методов

UploadFiles() публичный статический Метод

exceute the upload of files set in the task
public static UploadFiles ( NetSuiteService netSuiteService, string taskName ) : NetsuiteUploader.Utils.TaskFile[]
netSuiteService NetSuiteService netsuite webservice instance
taskName string task executed
Результат NetsuiteUploader.Utils.TaskFile[]