 | SwaggerMetadataComposerComposeDocumentation Method |
Compose documentation
Namespace: SanteDB.Messaging.Metadata.ComposerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic Object ComposeDocumentation(
string serviceName
)
Public Function ComposeDocumentation (
serviceName As String
) As Object
public:
virtual Object^ ComposeDocumentation(
String^ serviceName
) sealed
abstract ComposeDocumentation :
serviceName : string -> Object
override ComposeDocumentation :
serviceName : string -> Object Parameters
- serviceName String
[Missing <param name="serviceName"/> documentation for "M:SanteDB.Messaging.Metadata.Composer.SwaggerMetadataComposer.ComposeDocumentation(System.String)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Messaging.Metadata.Composer.SwaggerMetadataComposer.ComposeDocumentation(System.String)"]
Implements
IMetadataComposerComposeDocumentation(String)
See Also