SchemaGeneratorGenerateSchema Method |
Generates a JSON editor schema for the object's Type.
Recursively creates member definitions for it's members and it's members' members,
also creating type editors for any member types that can't use an existing one.
Namespace:
MFiles.VAF.Configuration.JsonEditor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Schema GenerateSchema(
Type type
)
Public Function GenerateSchema (
type As Type
) As Schema
public:
Schema^ GenerateSchema(
Type^ type
)
Parameters
- type
- Type: SystemType
Type to be generated.
Return Value
Type:
Schema
See Also