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

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

Definition

Пространство имён: Tessa.Extensions.Platform.Client.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public DeletedUIExtension(
	ICardRepository cardRepository,
	ICardRepairManager cardRepairManager,
	ISession session,
	IUIHost uiHost,
	INotificationUIManager notificationUIManager,
	Func<ICardEditorModel> createEditorFunc
)

Параметры

cardRepository  ICardRepository
 
cardRepairManager  ICardRepairManager
 
session  ISession
 
uiHost  IUIHost
 
notificationUIManager  INotificationUIManager
 
createEditorFunc  FuncICardEditorModel
 

См. также