Click or drag to resize

IServiceBehaviorMetadataProvider Interface

Represents a service behavior metadata provider

Namespace:  SanteDB.Core.Interop
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IServiceBehaviorMetadataProvider

The IServiceBehaviorMetadataProvider type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the resources supported by this endpoint
Top
Remarks
If this interface is not present then metadata interchange interfaces (WSDL, Swagger, etc.) will use reflection.
See Also