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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public ApiServiceProviderAttribute(
	string name,
	Type behaviorType,
	ServiceEndpointType serviceType
)

Parameters

name  String

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

behaviorType  Type

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

serviceType  ServiceEndpointType

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

See Also