DeletedCardDeleteExtension - конструктор
Пространство имён: Tessa.Extensions.Platform.Server.CardsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 ICardRepository
-
- storeDeletionStrategy ICardStoreDeletionStrategy
-
- contentStrategy ICardContentStrategy
-
- storeStrategy ICardStoreStrategy
-
- actionHistoryStrategy IActionHistoryStrategy
-
- cardRepairManager ICardRepairManager
-