SchemaGeneratorGenerate Method |
Static convenience method used to generate a schema from a type.
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static Schema Generate(
Type fromType
)
Public Shared Function Generate (
fromType As Type
) As Schema
public:
static Schema^ Generate(
Type^ fromType
)
Parameters
- fromType
- Type: SystemType
Type to be generated.
Return Value
Type:
SchemaSchema
See Also