 | MetadataComposerUtilCreateSchemaReference Method |
Create a schema reference
Namespace: SanteDB.Messaging.Metadata.ComposerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic static string CreateSchemaReference(
Type type
)
Public Shared Function CreateSchemaReference (
type As Type
) As String
public:
static String^ CreateSchemaReference(
Type^ type
)
static member CreateSchemaReference :
type : Type -> string Parameters
- type Type
[Missing <param name="type"/> documentation for "M:SanteDB.Messaging.Metadata.Composer.MetadataComposerUtil.CreateSchemaReference(System.Type)"]
Return Value
String[Missing <returns> documentation for "M:SanteDB.Messaging.Metadata.Composer.MetadataComposerUtil.CreateSchemaReference(System.Type)"]
See Also