Click or drag to resize

IMetadataServiceContractGetMetadata Method

Gets the swagger document for the overall contract

Namespace: SanteDB.Messaging.Metadata.Rest
Assembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntax
Object GetMetadata(
	string serviceName,
	string composer
)

Parameters

serviceName  String

[Missing <param name="serviceName"/> documentation for "M:SanteDB.Messaging.Metadata.Rest.IMetadataServiceContract.GetMetadata(System.String,System.String)"]

composer  String

[Missing <param name="composer"/> documentation for "M:SanteDB.Messaging.Metadata.Rest.IMetadataServiceContract.GetMetadata(System.String,System.String)"]

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Messaging.Metadata.Rest.IMetadataServiceContract.GetMetadata(System.String,System.String)"]

See Also