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