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