Click or drag to resize

ResourceHandlerTool Constructor

Creates an single resource handler for a particular service

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public ResourceHandlerTool(
	IEnumerable<Type> resourceHandlerTypes,
	Type scope
)

Parameters

resourceHandlerTypes
Type: System.Collections.GenericIEnumerableType

[Missing <param name="resourceHandlerTypes"/> documentation for "M:SanteDB.Rest.Common.ResourceHandlerTool.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Type)"]

scope
Type: SystemType

[Missing <param name="scope"/> documentation for "M:SanteDB.Rest.Common.ResourceHandlerTool.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Type)"]

See Also