Click or drag to resize

INotificationTemplateRepository Interface

Represents a service which takes / provides structured templates into structured message objects

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

The INotificationTemplateRepository type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodFind Find the specified template
Public methodGet Gets the specified template
Public methodInsert Insert the specified template
Public methodUpdate Updates the specified template
Top
See Also