Click or drag to resize

HdsiServiceBehaviorBaseGetSchema Method

Get the schema which defines this service

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public XmlSchema GetSchema(
	int schemaId
)

Parameters

schemaId
Type: SystemInt32

[Missing <param name="schemaId"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.GetSchema(System.Int32)"]

Return Value

Type: XmlSchema

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.GetSchema(System.Int32)"]

Implements

IHdsiServiceContractGetSchema(Int32)
See Also