CardStreamClientStoreComponent - конструктор
Создаёт экземпляр класса с указанием потокового сервиса карточек,
требуемого для сохранения карточки с контентом файлов.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public CardStreamClientStoreComponent(
ICardService cardService,
IOperationRepository operationRepository,
[OptionalDependencyAttribute] IDbScope dbScope = null
)
Public Sub New (
cardService As ICardService,
operationRepository As IOperationRepository,
<OptionalDependencyAttribute> Optional dbScope As IDbScope = Nothing
)
public:
CardStreamClientStoreComponent(
ICardService^ cardService,
IOperationRepository^ operationRepository,
[OptionalDependencyAttribute] IDbScope^ dbScope = nullptr
)
new :
cardService : ICardService *
operationRepository : IOperationRepository *
[<OptionalDependencyAttribute>] ?dbScope : IDbScope
(* Defaults:
let _dbScope = defaultArg dbScope null
*)
-> CardStreamClientStoreComponent
Параметры
- cardService ICardService
- Потоковый сервис карточек.
- operationRepository IOperationRepository
- Репозиторий, управляющий операциями.
- dbScope IDbScope (Optional)
-
Объект, обеспечивающий соединение с базой данных, или null, если выполнение происходит на клиенте.