Click or drag to resize

INotificationTemplateFiller Interface

Represents a service that can fill the template

Namespace: SanteDB.Core.Notifications
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface INotificationTemplateFiller : IServiceImplementation

The INotificationTemplateFiller type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodFillTemplate(NotificationInstance, String, IDictionaryString, Object) Fills a template supplied in template and the content of the language provided in templateLanguage with the key/value pairs provided in model.
Public methodFillTemplate(String, String, IDictionaryString, Object) Retrieves a template from the repository using templateId and templateLanguage and fills it with key/value pairs provided in model.
Top
See Also