DeletedCardDeleteExtension - конструктор

Инициализирует новый экземпляр класса DeletedCardDeleteExtension

Definition

Пространство имён: Tessa.Extensions.Platform.Server.Cards
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public DeletedCardDeleteExtension(
	[DependencyAttribute("ExtendedWithoutTransaction")] ICardRepository extendedRepositoryWithoutTransaction,
	ICardStoreDeletionStrategy storeDeletionStrategy,
	ICardContentStrategy contentStrategy,
	ICardStoreStrategy storeStrategy,
	IActionHistoryStrategy actionHistoryStrategy,
	ICardRepairManager cardRepairManager
)

Параметры

extendedRepositoryWithoutTransaction  ICardRepository
 
storeDeletionStrategy  ICardStoreDeletionStrategy
 
contentStrategy  ICardContentStrategy
 
storeStrategy  ICardStoreStrategy
 
actionHistoryStrategy  IActionHistoryStrategy
 
cardRepairManager  ICardRepairManager
 

См. также