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

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

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

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

Параметры

mailService
Тип: Tessa.NoticesIMailService
cardMetadata
Тип: Tessa.CardsICardMetadata
transactionStrategy
Тип: Tessa.Platform.DataITransactionStrategy
с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
placeholderScriptDependencies
Тип: Tessa.Platform.Placeholders.CompilationIPlaceholderScriptDependencies
languagePicker
Тип: Tessa.NoticesINotificationDefaultLanguagePicker
licenseManager
Тип: Tessa.Platform.LicensingILicenseManager
emailSourceProvider
Тип: Tessa.Notices.SourcesINotificationEmailSourceResolver
recipientsSourceProvider
Тип: Tessa.Notices.SourcesINotificationRecipientsSourceResolver
container
Тип: IUnityContainer
См. также