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.481-alpha
Syntax
public DefaultNotificationService(
	IServiceManager serviceManager,
	INotificationTemplateRepository templateRepository,
	INotificationTemplateFiller templateFiller
)

Parameters

serviceManager
Type: SanteDB.Core.ServicesIServiceManager

[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
Type: SanteDB.Core.NotificationsINotificationTemplateRepository

[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
Type: SanteDB.Core.NotificationsINotificationTemplateFiller

[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