User Notification Template Repository
Last updated
Last updated
INotificationTemplateRepository
in assembly SanteDB.Core.Api version 3.0.1980.0
Represents a service which takes / provides structured templates into structured message objects
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
An implementation of the INotificationTemplateRepository which loads NotificationTemplate instances from the notification/
folder in applets
Insert
NotificationTemplate
NotificationTemplate template
Insert the specified template
Update
NotificationTemplate
NotificationTemplate template
Updates the specified template
Get
NotificationTemplate
String id String lang
Gets the specified template
Find
IEnumerable<NotificationTemplate>
Expression<Func<NotificationTemplate,Boolean>> filter
Find the specified template