Click or drag to resize

ValidateNotificationOperation Constructor

DI constructor

Namespace: SanteDB.Rest.AMI.Operation
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public ValidateNotificationOperation(
	IRepositoryService<NotificationInstance> notificationInstanceRepositoryService,
	IRepositoryService<NotificationTemplate> notificationTemplateService,
	IRepositoryService<NotificationTemplateParameter> notificationTemplateParametersService,
	INotificationTemplateRepository notificationTemplateRepository,
	INotificationTemplateFiller notificationTemplateFiller
)

Parameters

notificationInstanceRepositoryService  IRepositoryServiceNotificationInstance

[Missing <param name="notificationInstanceRepositoryService"/> documentation for "M:SanteDB.Rest.AMI.Operation.ValidateNotificationOperation.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplate},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplateParameter},SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

notificationTemplateService  IRepositoryServiceNotificationTemplate

[Missing <param name="notificationTemplateService"/> documentation for "M:SanteDB.Rest.AMI.Operation.ValidateNotificationOperation.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplate},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplateParameter},SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

notificationTemplateParametersService  IRepositoryServiceNotificationTemplateParameter

[Missing <param name="notificationTemplateParametersService"/> documentation for "M:SanteDB.Rest.AMI.Operation.ValidateNotificationOperation.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplate},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplateParameter},SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

notificationTemplateRepository  INotificationTemplateRepository

[Missing <param name="notificationTemplateRepository"/> documentation for "M:SanteDB.Rest.AMI.Operation.ValidateNotificationOperation.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplate},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplateParameter},SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

notificationTemplateFiller  INotificationTemplateFiller

[Missing <param name="notificationTemplateFiller"/> documentation for "M:SanteDB.Rest.AMI.Operation.ValidateNotificationOperation.#ctor(SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationInstance},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplate},SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Notifications.NotificationTemplateParameter},SanteDB.Core.Notifications.INotificationTemplateRepository,SanteDB.Core.Notifications.INotificationTemplateFiller)"]

See Also