FileConverterCache - конструктор |
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён:
Tessa.FileConverters
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public FileConverterCache(
ICardRepository extendedRepositoryWithoutTransaction,
ICardFileManager extendedFileManagerWithoutTransaction,
ICardTransactionStrategy cardTransactionStrategy,
ICardContentStrategy contentStrategy,
ICardGetStrategy cardGetStrategy,
ICardMetadata cardMetadata,
IDbScope dbScope
)
Public Sub New (
extendedRepositoryWithoutTransaction As ICardRepository,
extendedFileManagerWithoutTransaction As ICardFileManager,
cardTransactionStrategy As ICardTransactionStrategy,
contentStrategy As ICardContentStrategy,
cardGetStrategy As ICardGetStrategy,
cardMetadata As ICardMetadata,
dbScope As IDbScope
)
public:
FileConverterCache(
ICardRepository^ extendedRepositoryWithoutTransaction,
ICardFileManager^ extendedFileManagerWithoutTransaction,
ICardTransactionStrategy^ cardTransactionStrategy,
ICardContentStrategy^ contentStrategy,
ICardGetStrategy^ cardGetStrategy,
ICardMetadata^ cardMetadata,
IDbScope^ dbScope
)
new :
extendedRepositoryWithoutTransaction : ICardRepository *
extendedFileManagerWithoutTransaction : ICardFileManager *
cardTransactionStrategy : ICardTransactionStrategy *
contentStrategy : ICardContentStrategy *
cardGetStrategy : ICardGetStrategy *
cardMetadata : ICardMetadata *
dbScope : IDbScope -> FileConverterCache
Параметры
- extendedRepositoryWithoutTransaction
- Тип: Tessa.CardsICardRepository
Репозиторий управления карточками с расширениями, но без транзакции
ExtendedWithoutTransaction.
- extendedFileManagerWithoutTransaction
- Тип: Tessa.CardsICardFileManager
Объект, обеспечивающий добавление файлов в кэш.
Требуется реализация с расширениями, но без транзакции
ExtendedWithoutTransaction.
- cardTransactionStrategy
- Тип: Tessa.Cards.ComponentModelICardTransactionStrategy
Стратегия обеспечения блокировки и открытия транзакции для карточки. - contentStrategy
- Тип: Tessa.Cards.ComponentModelICardContentStrategy
Стратегия управления контентом файлов. - cardGetStrategy
- Тип: Tessa.Cards.ComponentModelICardGetStrategy
Стратегия загрузки карточки. - cardMetadata
- Тип: Tessa.CardsICardMetadata
Метаинформация по типам карточек. - dbScope
- Тип: Tessa.Platform.DataIDbScope
Объект, обеспечивающий доступ к базе данных.
См. также