DeletedCardDeleteExtension - конструктор |
Пространство имён:
Tessa.Extensions.Platform.Server.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public DeletedCardDeleteExtension(
[DependencyAttribute("ExtendedWithoutTransaction")] ICardRepository extendedRepositoryWithoutTransaction,
ICardStoreDeletionStrategy storeDeletionStrategy,
ICardContentStrategy contentStrategy,
ICardStoreStrategy storeStrategy,
IActionHistoryStrategy actionHistoryStrategy,
ICardRepairManager cardRepairManager
)
Public Sub New (
<DependencyAttribute("ExtendedWithoutTransaction")> extendedRepositoryWithoutTransaction As ICardRepository,
storeDeletionStrategy As ICardStoreDeletionStrategy,
contentStrategy As ICardContentStrategy,
storeStrategy As ICardStoreStrategy,
actionHistoryStrategy As IActionHistoryStrategy,
cardRepairManager As ICardRepairManager
)
public:
DeletedCardDeleteExtension(
[DependencyAttribute(L"ExtendedWithoutTransaction")] ICardRepository^ extendedRepositoryWithoutTransaction,
ICardStoreDeletionStrategy^ storeDeletionStrategy,
ICardContentStrategy^ contentStrategy,
ICardStoreStrategy^ storeStrategy,
IActionHistoryStrategy^ actionHistoryStrategy,
ICardRepairManager^ cardRepairManager
)
new :
[<DependencyAttribute("ExtendedWithoutTransaction")>] extendedRepositoryWithoutTransaction : ICardRepository *
storeDeletionStrategy : ICardStoreDeletionStrategy *
contentStrategy : ICardContentStrategy *
storeStrategy : ICardStoreStrategy *
actionHistoryStrategy : IActionHistoryStrategy *
cardRepairManager : ICardRepairManager -> DeletedCardDeleteExtension
Параметры
- extendedRepositoryWithoutTransaction
- Тип: Tessa.CardsICardRepository
- storeDeletionStrategy
- Тип: Tessa.Cards.ComponentModelICardStoreDeletionStrategy
- contentStrategy
- Тип: Tessa.Cards.ComponentModelICardContentStrategy
- storeStrategy
- Тип: Tessa.Cards.ComponentModelICardStoreStrategy
- actionHistoryStrategy
- Тип: Tessa.Platform.RuntimeIActionHistoryStrategy
- cardRepairManager
- Тип: Tessa.CardsICardRepairManager
См. также