Для изменения размера нажмите или перетащите

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

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

Пространство имён:  Tessa.Notices
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public DeferredNotificationManager(
	[DependencyAttribute("WithoutTransaction")] IMailService mailService,
	ICardMetadata cardMetadata,
	[DependencyAttribute("WithoutTransaction")] ICardTransactionStrategy transactionStrategy,
	IConditionCompilationCache сonditionCache,
	IConditionExecutor conditionExecutor,
	[DependencyAttribute("ExtendedWithoutTransaction")] ICardRepository cardRepository,
	ICardServerPermissionsProvider permissionsProvider,
	IDbScope dbScope,
	ISession session,
	Func<IPlaceholderManager> getPlaceholderManagerFunc,
	IPlaceholderCompilationDependencies placeholderCompilationDependencies,
	IPlaceholderScriptDependencies placeholderScripDependencies,
	INotificationDefaultLanguagePicker languagePicker,
	ILicenseManager licenseManager,
	IUnityContainer container,
	INotificationEmailSourceResolver emailSourceProvider,
	INotificationRecipientsSourceResolver recipientsSourceProvider,
	ICardGetStrategy cardGetStrategy
)

Параметры

mailService
Тип: Tessa.NoticesIMailService
cardMetadata
Тип: Tessa.CardsICardMetadata
transactionStrategy
Тип: Tessa.Cards.ComponentModelICardTransactionStrategy
сonditionCache
Тип: Tessa.Platform.ConditionsIConditionCompilationCache
conditionExecutor
Тип: Tessa.Platform.ConditionsIConditionExecutor
cardRepository
Тип: Tessa.CardsICardRepository
permissionsProvider
Тип: Tessa.CardsICardServerPermissionsProvider
dbScope
Тип: Tessa.Platform.DataIDbScope
session
Тип: Tessa.Platform.RuntimeISession
getPlaceholderManagerFunc
Тип: SystemFuncIPlaceholderManager
placeholderCompilationDependencies
Тип: Tessa.Platform.Placeholders.CompilationIPlaceholderCompilationDependencies
placeholderScripDependencies
Тип: Tessa.Platform.Placeholders.CompilationIPlaceholderScriptDependencies
languagePicker
Тип: Tessa.NoticesINotificationDefaultLanguagePicker
licenseManager
Тип: Tessa.Platform.LicensingILicenseManager
container
Тип: IUnityContainer
emailSourceProvider
Тип: Tessa.Notices.SourcesINotificationEmailSourceResolver
recipientsSourceProvider
Тип: Tessa.Notices.SourcesINotificationRecipientsSourceResolver
cardGetStrategy
Тип: Tessa.Cards.ComponentModelICardGetStrategy
См. также