| 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
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
|
TopRemarks
If this interface is not present then metadata interchange interfaces (WSDL, Swagger, etc.) will use reflection.
See Also