 | SwaggerSchemaElement(ResourceDescription) Constructor |
Create a schema element from resource description
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic SwaggerSchemaElement(
ResourceDescription description
)
Public Sub New (
description As ResourceDescription
)
public:
SwaggerSchemaElement(
ResourceDescription^ description
)
new :
description : ResourceDescription -> SwaggerSchemaElementParameters
- description ResourceDescription
[Missing <param name="description"/> documentation for "M:SanteDB.Messaging.Metadata.Model.Swagger.SwaggerSchemaElement.#ctor(SanteDB.Core.Interop.Description.ResourceDescription)"]
See Also