Click or drag to resize

PlaceServiceResourceHandler Constructor

DI constructor

Namespace: SanteDB.Rest.HDSI.Resources
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public PlaceServiceResourceHandler(
	ILocalizationService localizationService,
	ISecurityRepositoryService securityRepository,
	IPolicyEnforcementService pepService,
	IRepositoryService<PlaceService> repositoryService,
	IResourceCheckoutService resourceCheckoutService,
	ISubscriptionExecutor subscriptionExecutor,
	IFreetextSearchService freetextSearchService = null
)

Parameters

localizationService  ILocalizationService

[Missing <param name="localizationService"/> documentation for "M:SanteDB.Rest.HDSI.Resources.PlaceServiceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.ISecurityRepositoryService,SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.PlaceService},SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

securityRepository  ISecurityRepositoryService

[Missing <param name="securityRepository"/> documentation for "M:SanteDB.Rest.HDSI.Resources.PlaceServiceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.ISecurityRepositoryService,SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.PlaceService},SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

pepService  IPolicyEnforcementService

[Missing <param name="pepService"/> documentation for "M:SanteDB.Rest.HDSI.Resources.PlaceServiceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.ISecurityRepositoryService,SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.PlaceService},SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

repositoryService  IRepositoryServicePlaceService

[Missing <param name="repositoryService"/> documentation for "M:SanteDB.Rest.HDSI.Resources.PlaceServiceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.ISecurityRepositoryService,SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.PlaceService},SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

resourceCheckoutService  IResourceCheckoutService

[Missing <param name="resourceCheckoutService"/> documentation for "M:SanteDB.Rest.HDSI.Resources.PlaceServiceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.ISecurityRepositoryService,SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.PlaceService},SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

subscriptionExecutor  ISubscriptionExecutor

[Missing <param name="subscriptionExecutor"/> documentation for "M:SanteDB.Rest.HDSI.Resources.PlaceServiceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.ISecurityRepositoryService,SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.PlaceService},SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

freetextSearchService  IFreetextSearchService  (Optional)

[Missing <param name="freetextSearchService"/> documentation for "M:SanteDB.Rest.HDSI.Resources.PlaceServiceResourceHandler.#ctor(SanteDB.Core.Services.ILocalizationService,SanteDB.Core.Services.ISecurityRepositoryService,SanteDB.Core.Security.Services.IPolicyEnforcementService,SanteDB.Core.Services.IRepositoryService{SanteDB.Core.Model.Entities.PlaceService},SanteDB.Core.Services.IResourceCheckoutService,SanteDB.Core.Services.ISubscriptionExecutor,SanteDB.Core.Services.IFreetextSearchService)"]

See Also