Click or drag to resize

ApiServiceProviderAttribute Constructor

Creates a new API service provider

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public ApiServiceProviderAttribute(
	string name,
	Type behaviorType,
	ServiceEndpointType serviceType
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.Core.Services.ApiServiceProviderAttribute.#ctor(System.String,System.Type,SanteDB.Core.Interop.ServiceEndpointType)"]

behaviorType
Type: SystemType

[Missing <param name="behaviorType"/> documentation for "M:SanteDB.Core.Services.ApiServiceProviderAttribute.#ctor(System.String,System.Type,SanteDB.Core.Interop.ServiceEndpointType)"]

serviceType
Type: SanteDB.Core.InteropServiceEndpointType

[Missing <param name="serviceType"/> documentation for "M:SanteDB.Core.Services.ApiServiceProviderAttribute.#ctor(System.String,System.Type,SanteDB.Core.Interop.ServiceEndpointType)"]

See Also