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: 2.2.1
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