Click or drag to resize

TestSendNotificationOperation 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 TestSendNotificationOperation(
	IRepositoryService<NotificationInstance> notificationInstanceRepositoryService,
	IRepositoryService<NotificationTemplate> notificationTemplateService,
	IRepositoryService<NotificationTemplateParameter> notificationTemplateParametersService,
	INotificationTemplateRepository notificationTemplateRepository,
	IEmailService emailService,
	INotificationService notificationService,
	IRepositoryService<EntityTelecomAddress> entityTelecomAddressRepositoryService
)

Parameters

notificationInstanceRepositoryService  IRepositoryServiceNotificationInstance

[Missing <param name="notificationInstanceRepositoryService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestSendNotificationOperation.#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.Email.IEmailService,SanteDB.Core.Notifications.INotificationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityTelecomAddress})"]

notificationTemplateService  IRepositoryServiceNotificationTemplate

[Missing <param name="notificationTemplateService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestSendNotificationOperation.#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.Email.IEmailService,SanteDB.Core.Notifications.INotificationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityTelecomAddress})"]

notificationTemplateParametersService  IRepositoryServiceNotificationTemplateParameter

[Missing <param name="notificationTemplateParametersService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestSendNotificationOperation.#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.Email.IEmailService,SanteDB.Core.Notifications.INotificationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityTelecomAddress})"]

notificationTemplateRepository  INotificationTemplateRepository

[Missing <param name="notificationTemplateRepository"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestSendNotificationOperation.#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.Email.IEmailService,SanteDB.Core.Notifications.INotificationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityTelecomAddress})"]

emailService  IEmailService

[Missing <param name="emailService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestSendNotificationOperation.#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.Email.IEmailService,SanteDB.Core.Notifications.INotificationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityTelecomAddress})"]

notificationService  INotificationService

[Missing <param name="notificationService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestSendNotificationOperation.#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.Email.IEmailService,SanteDB.Core.Notifications.INotificationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityTelecomAddress})"]

entityTelecomAddressRepositoryService  IRepositoryServiceEntityTelecomAddress

[Missing <param name="entityTelecomAddressRepositoryService"/> documentation for "M:SanteDB.Rest.AMI.Operation.TestSendNotificationOperation.#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.Email.IEmailService,SanteDB.Core.Notifications.INotificationService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.EntityTelecomAddress})"]

See Also