TaskSatelliteDeleteExtension - конструктор |
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён:
Tessa.Cards.Extensions.Templates
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected TaskSatelliteDeleteExtension(
ICardRepository extendedRepositoryWithoutTransaction,
ICardContentStrategy contentStrategy,
ICardStoreStrategy storeStrategy
)
Protected Sub New (
extendedRepositoryWithoutTransaction As ICardRepository,
contentStrategy As ICardContentStrategy,
storeStrategy As ICardStoreStrategy
)
protected:
TaskSatelliteDeleteExtension(
ICardRepository^ extendedRepositoryWithoutTransaction,
ICardContentStrategy^ contentStrategy,
ICardStoreStrategy^ storeStrategy
)
new :
extendedRepositoryWithoutTransaction : ICardRepository *
contentStrategy : ICardContentStrategy *
storeStrategy : ICardStoreStrategy -> TaskSatelliteDeleteExtension
Параметры
- extendedRepositoryWithoutTransaction
- Тип: Tessa.CardsICardRepository
Репозиторий для управления карточками с расширениями, но без транзакции.
- contentStrategy
- Тип: Tessa.Cards.ComponentModelICardContentStrategy
Стратегия для управления контентом файлов. - storeStrategy
- Тип: Tessa.Cards.ComponentModelICardStoreStrategy
Стратегия по сохранению карточки.
См. также