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.

Definition

Namespace: MFiles.VAF.Configuration.JsonEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public Schema GenerateSchema(
	Type type
)

Parameters

type  Type
Type to be generated.

Return Value

Schema

See Also