CardStreamClientStoreComponent - конструктор |
Создаёт экземпляр класса с указанием потокового сервиса карточек,
требуемого для сохранения карточки с контентом файлов.
Пространство имён:
Tessa.Cards.ComponentModel
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.CardsICardService
Потоковый сервис карточек. - operationRepository
- Тип: Tessa.Platform.OperationsIOperationRepository
Репозиторий, управляющий операциями. - dbScope (Optional)
- Тип: Tessa.Platform.DataIDbScope
Объект, обеспечивающий соединение с базой данных, или null, если выполнение происходит на клиенте.
См. также