SchemaGeneratorGenerate 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#
public static Schema Generate(
	Type fromType
)

Parameters

fromType  Type
Type to be generated.

Return Value

Schema
Schema

See Also