 | IServiceBehaviorMetadataProvider Interface |
Represents a service behavior metadata provider
Namespace: SanteDB.Core.InteropAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic interface IServiceBehaviorMetadataProvider
Public Interface IServiceBehaviorMetadataProvider
public interface class IServiceBehaviorMetadataProvider
type IServiceBehaviorMetadataProvider = interface end
The IServiceBehaviorMetadataProvider type exposes the following members.
Properties| | Name | Description |
|---|
 | Description |
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