FileConverterComposer - конструктор |
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён:
Tessa.FileConverters
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public FileConverterComposer(
IFileConverterCache fileConverterCache,
IOperationRepository operationRepository,
IDbScope dbScope,
ISignatureProvider signatureProvider = null
)
Public Sub New (
fileConverterCache As IFileConverterCache,
operationRepository As IOperationRepository,
dbScope As IDbScope,
Optional signatureProvider As ISignatureProvider = Nothing
)
public:
FileConverterComposer(
IFileConverterCache^ fileConverterCache,
IOperationRepository^ operationRepository,
IDbScope^ dbScope,
ISignatureProvider^ signatureProvider = nullptr
)
new :
fileConverterCache : IFileConverterCache *
operationRepository : IOperationRepository *
dbScope : IDbScope *
?signatureProvider : ISignatureProvider
(* Defaults:
let _signatureProvider = defaultArg signatureProvider null
*)
-> FileConverterComposer
Параметры
- fileConverterCache
- Тип: Tessa.FileConvertersIFileConverterCache
Объект, обеспечивающий кэширование файлов, преобразованных из одного формата в другой.
- operationRepository
- Тип: Tessa.Platform.OperationsIOperationRepository
Репозиторий, управляющий операциями. - dbScope
- Тип: Tessa.Platform.DataIDbScope
Объект, обеспечивающий доступ к базе данных. - signatureProvider (Optional)
- Тип: Tessa.PlatformISignatureProvider
Объект, используемый для вычисления хеша запроса.
Рекомендуется получить объект по имени Operations.
Если указано null, то используется провайдер по умолчанию [!:SyncSignatureProvider.Operations].
См. также