| 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
)
Public Sub New (
resourceHandlerTypes As IEnumerable(Of Type),
scope As Type
)
public:
ResourceHandlerTool(
IEnumerable<Type^>^ resourceHandlerTypes,
Type^ scope
)
new :
resourceHandlerTypes : IEnumerable<Type> *
scope : Type -> ResourceHandlerTool
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