CardStreamServerGetExtendedComponent - конструктор
Создаёт экземпляр класса с указанием компонента, выполняющего получение контента файла,
и контейнера с используемыми расширениями.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public CardStreamServerGetExtendedComponent(
ICardStreamServerGetComponent component,
IExtensionContainer extensionContainer,
IConfigurationInfoProvider configurationInfoProvider,
ICardGetStrategy cardGetStrategy,
IDbScope? dbScope = null
)
Public Sub New (
component As ICardStreamServerGetComponent,
extensionContainer As IExtensionContainer,
configurationInfoProvider As IConfigurationInfoProvider,
cardGetStrategy As ICardGetStrategy,
Optional dbScope As IDbScope = Nothing
)
public:
CardStreamServerGetExtendedComponent(
ICardStreamServerGetComponent^ component,
IExtensionContainer^ extensionContainer,
IConfigurationInfoProvider^ configurationInfoProvider,
ICardGetStrategy^ cardGetStrategy,
IDbScope^ dbScope = nullptr
)
new :
component : ICardStreamServerGetComponent *
extensionContainer : IExtensionContainer *
configurationInfoProvider : IConfigurationInfoProvider *
cardGetStrategy : ICardGetStrategy *
?dbScope : IDbScope
(* Defaults:
let _dbScope = defaultArg dbScope null
*)
-> CardStreamServerGetExtendedComponent
Параметры
- component ICardStreamServerGetComponent
- Компонент, выполняющий получение контента файла.
- extensionContainer IExtensionContainer
- Контейнер с используемыми расширениями.
- configurationInfoProvider IConfigurationInfoProvider
Объект, предоставляющий информацию по текущей конфигурации.
- cardGetStrategy ICardGetStrategy
Стратегия загрузки карточки.
- dbScope IDbScope (Optional)
-
Объект, обеспечивающий взаимодействие с базой данных.
Значение равно null на клиенте и не равно null на сервере.