CardStreamServerStoreComponent - конструктор
Создаёт новый экземпляр класса с указанием стратегии,
требуемой для потокового сохранения карточки с контентом файлов.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 ICardStreamStoreStrategy
- Стратегия потокового сохранения карточки с контентом файлов.
- operationRepository IOperationRepository
- Репозиторий, управляющий операциями.
- dbScope IDbScope
- Объект, предоставляющий доступ к базе данных.