FileConverterOperationService - конструктор

Создает экземпляр класса FileConverterOperationService.

Definition

Пространство имён: Tessa.Extensions.Default.Chronos.FileConverters
Сборка: Tessa.Extensions.Default.Chronos (в Tessa.Extensions.Default.Chronos.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public FileConverterOperationService(
	FileConverterServiceDescriptor descriptor,
	IFileConverterOperationProcessor processor
)

Параметры

descriptor  FileConverterServiceDescriptor
Объект, который хранит информацию о выполнении плагина FileConverterPlugin.
processor  IFileConverterOperationProcessor
Объект, выполняющий обработку операций по конвертации файла.

См. также