Click or drag to resize

ResourceHandlerBaseTData Constructor

DI Constructor

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public ResourceHandlerBase(
	ILocalizationService localizationService,
	IRepositoryService<TData> repositoryService,
	ISubscriptionExecutor subscriptionExecutor,
	IFreetextSearchService freetextSearchService = null
)

Parameters

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.AMI.Resources.ResourceHandlerBase`1.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{`0},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

repositoryService  IRepositoryServiceTData

[Missing <param name="repositoryService"/> documentation for "M:SanteDB.Rest.AMI.Resources.ResourceHandlerBase`1.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{`0},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

subscriptionExecutor  ISubscriptionExecutor

[Missing <param name="subscriptionExecutor"/> documentation for "M:SanteDB.Rest.AMI.Resources.ResourceHandlerBase`1.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{`0},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

freetextSearchService  IFreetextSearchService  (Optional)

[Missing <param name="freetextSearchService"/> documentation for "M:SanteDB.Rest.AMI.Resources.ResourceHandlerBase`1.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.IRepositoryService{`0},SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

See Also