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

Initializes a new instance of the CardSynchronizationTarget class. Initializes a new instance of the Object class.

Definition

Пространство имён: Tessa.UI.AppManager.Synchronization
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public CardSynchronizationTarget(
	[NotNullAttribute] CardSynchronizationStrategyFactory strategyFactory,
	[NotNullAttribute] ISessionController sessionController,
	[NotNullAttribute] Func<ApplicationPackageBuilder> packageBuilderFunc,
	[NotNullAttribute] ILogger logger,
	[NotNullAttribute] ApplicationCardQuery cardQuery
)

Параметры

strategyFactory  CardSynchronizationStrategyFactory
Фабрика создания стратегии
sessionController  ISessionController
Контроллер управления состоянием сессии
packageBuilderFunc  FuncApplicationPackageBuilder
Построитель пакетов приложения
logger  ILogger
Логгер
cardQuery  ApplicationCardQuery
Запрос к карточке приложения

См. также