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

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

Definition

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

Параметры

cardRepository  ICardRepository
 
extendedRepositoryWithoutTransaction  ICardRepository
 
contentStrategy  ICardContentStrategy
 
storeStrategy  ICardStoreStrategy
 
actionHistoryStrategy  IActionHistoryStrategy
 
cardRepairManager  ICardRepairManager
 
errorManager  IErrorManager
 

См. также