Click or drag to resize

DefaultNotificationService Constructor

Initializes a new instance of the DefaultNotificationService class

Namespace: SanteDB.Core.Notifications
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public DefaultNotificationService(
	IServiceManager serviceManager,
	INotificationTemplateRepository templateRepository,
	INotificationTemplateFiller templateFiller
)

Parameters

serviceManager  IServiceManager

[Missing <param name="serviceManager"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.#ctor(SanteDB.Core.Services.IServiceManager,SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

templateRepository  INotificationTemplateRepository

[Missing <param name="templateRepository"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.#ctor(SanteDB.Core.Services.IServiceManager,SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

templateFiller  INotificationTemplateFiller

[Missing <param name="templateFiller"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.#ctor(SanteDB.Core.Services.IServiceManager,SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

See Also