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

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

Definition

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

Параметры

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

См. также