M-Files Vault Application Framework
C#
Show/Hide TOC
Schema
Generator
Generate Method
Static convenience method used to generate a schema from a type.
Definition
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
static
Schema
Generate
(
Type
fromType
)
Parameters
fromType
Type
Type to be generated.
Return Value
Schema
Schema
See Also
Reference
SchemaGenerator Class
MFiles.VAF.Configuration.JsonEditor Namespace
In This Article
Definition
Parameters
Return Value
See Also