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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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