| 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
)
Public Function GetSchema (
schemaId As Integer
) As XmlSchema
public:
virtual XmlSchema^ GetSchema(
int schemaId
) sealed
abstract GetSchema :
schemaId : int -> XmlSchema
override GetSchema :
schemaId : int -> XmlSchema
Parameters
- schemaId
- Type: SystemInt32
The id of the schema to be retrieved.
Return Value
Type:
XmlSchemaReturns the administrative interface schema.
Implements
IAmiServiceContractGetSchema(Int32)See Also