CardStreamServerStoreComponent - конструктор |
Создаёт новый экземпляр класса с указанием стратегии,
требуемой для потокового сохранения карточки с контентом файлов.
Пространство имён:
Tessa.Cards.ComponentModel
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public CardStreamServerStoreComponent(
ICardStreamStoreStrategy streamStoreStrategy,
IOperationRepository operationRepository,
IDbScope dbScope
)
Public Sub New (
streamStoreStrategy As ICardStreamStoreStrategy,
operationRepository As IOperationRepository,
dbScope As IDbScope
)
public:
CardStreamServerStoreComponent(
ICardStreamStoreStrategy^ streamStoreStrategy,
IOperationRepository^ operationRepository,
IDbScope^ dbScope
)
new :
streamStoreStrategy : ICardStreamStoreStrategy *
operationRepository : IOperationRepository *
dbScope : IDbScope -> CardStreamServerStoreComponent
Параметры
- streamStoreStrategy
- Тип: Tessa.Cards.ComponentModelICardStreamStoreStrategy
Стратегия потокового сохранения карточки с контентом файлов. - operationRepository
- Тип: Tessa.Platform.OperationsIOperationRepository
Репозиторий, управляющий операциями. - dbScope
- Тип: Tessa.Platform.DataIDbScope
Объект, предоставляющий доступ к базе данных.
См. также