Click or drag to resize

AmiServiceBehaviorBaseGetSchema Method

Gets the schema for the administrative interface.

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

Parameters

schemaId
Type: SystemInt32
The id of the schema to be retrieved.

Return Value

Type: XmlSchema
Returns the administrative interface schema.

Implements

IAmiServiceContractGetSchema(Int32)
See Also